ajstarks / openvg

Tools for exploring OpenVG
Other
413 stars 84 forks source link

const char * #49

Closed steverpi closed 8 years ago

steverpi commented 8 years ago

Sincere thanks for the update change from char * to const char . For completeness, could the remaining 2 funcs still using char * also be changed to const char , which are:

extern void Image(VGfloat, VGfloat, int, int, char *);

extern void SaveEnd(char *);

Thanks again as the change has saved MB of space and cleared up all of the distracting warnings!

ajstarks commented 8 years ago

fixed with revision 1fb18a7