
21 May
2006
21 May
'06
8:33 p.m.
I am on r11886 and I am getting errors like ../../src/libnrtype/FontInstance.cpp:519: error: `FT_Outline_MoveToFunc' undeclared (first use this function)
Those casts on lines 519-522 are unnecessary and hence (as with all unnecessary casts (especially C-style ones)) are potentially unsafe. I've removed them. Does that fix it?
Richard.