summaryrefslogtreecommitdiff
path: root/src/Image.h
diff options
context:
space:
mode:
authorDana Jansens <danakj@orodu.net>2002-04-13 22:42:31 +0000
committerDana Jansens <danakj@orodu.net>2002-04-13 22:42:31 +0000
commite17c54e3f80458c0c85133e877371a55f460e3e7 (patch)
treebfaa327af30fcaac826ac2a4a123db159db29487 /src/Image.h
parentb7fa41a30b2e3271c4489a780c24ea82597ea18d (diff)
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
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);
};