From e17c54e3f80458c0c85133e877371a55f460e3e7 Mon Sep 17 00:00:00 2001 From: Dana Jansens Date: Sat, 13 Apr 2002 22:42:31 +0000 Subject: removed all Xrm database calls from Screen.cc (style loading). This completes the conversion to using the obResource class, there are no class to Xrm* except in Resource.cc/h --- src/Image.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/Image.h') 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); }; -- cgit v1.2.3