summaryrefslogtreecommitdiff
path: root/src/Image.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/Image.h')
-rw-r--r--src/Image.h4
1 files changed, 2 insertions, 2 deletions
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);
};