X-Git-Url: https://git.brokenzipper.com/gitweb?a=blobdiff_plain;f=src%2FImage.h;h=4be1d7bfcd3288920d99ba1607cd55cff6473180;hb=24f9448c2efc6daf97a4061cfd6c62da2980c0ad;hp=249f2672c4b13f499b281fd4ecb1e0b5aa77d1ef;hpb=dfc5f034581f5a26cba5c4811500438f89f0634a;p=chaz%2Fopenbox diff --git a/src/Image.h b/src/Image.h index 249f2672..4be1d7bf 100644 --- a/src/Image.h +++ b/src/Image.h @@ -230,8 +230,8 @@ public: unsigned int **, unsigned int **); void setDither(Bool d) { dither = d; } void setColorsPerChannel(int); - void parseTexture(BTexture *, char *); - void parseColor(BColor *, char * = 0); + void parseTexture(BTexture *, const char *); + void parseColor(BColor *, const char * = 0); virtual void timeout(void); };