diff options
Diffstat (limited to 'src/image.cpp')
-rw-r--r-- | src/image.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/image.cpp b/src/image.cpp index ccfa65f..bbbcfc8 100644 --- a/src/image.cpp +++ b/src/image.cpp @@ -250,7 +250,7 @@ void Image::writeString(int x,int y,const char *s,uchar fg) } } -uint stringLength(const char *s) +uint Image::stringLength(const char *s) { int w=0; if (s) |