diff options
Diffstat (limited to 'src/Image.cc')
| -rw-r--r-- | src/Image.cc | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/Image.cc b/src/Image.cc index d42d1d12..97f2b342 100644 --- a/src/Image.cc +++ b/src/Image.cc @@ -2343,7 +2343,7 @@ unsigned long BImageControl::getSqrt(unsigned int x) { } -void BImageControl::parseTexture(BTexture *texture, char *t) { +void BImageControl::parseTexture(BTexture *texture, const char *t) { if ((! texture) || (! t)) return; int t_len = strlen(t) + 1, i; @@ -2409,7 +2409,7 @@ void BImageControl::parseTexture(BTexture *texture, char *t) { } -void BImageControl::parseColor(BColor *color, char *c) { +void BImageControl::parseColor(BColor *color, const char *c) { if (! color) return; if (color->isAllocated()) { |
