aboutsummaryrefslogtreecommitdiff
path: root/graphics/pixelformat.cpp
diff options
context:
space:
mode:
authorJohannes Schickel2015-11-16 16:03:44 +0100
committerJohannes Schickel2015-11-16 16:03:44 +0100
commiteee8ef9dce40c3f5be80f38822fe7e37ddadb432 (patch)
tree1174cba9024ebeaf7ab5ea5c8d434adc2ab14ae8 /graphics/pixelformat.cpp
parentb72d1b9bc75786290369d59fc6bbe96a928760fe (diff)
downloadscummvm-rg350-eee8ef9dce40c3f5be80f38822fe7e37ddadb432.tar.gz
scummvm-rg350-eee8ef9dce40c3f5be80f38822fe7e37ddadb432.tar.bz2
scummvm-rg350-eee8ef9dce40c3f5be80f38822fe7e37ddadb432.zip
GRAPHICS: Make PixelFormat::toString const.
Diffstat (limited to 'graphics/pixelformat.cpp')
-rw-r--r--graphics/pixelformat.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/graphics/pixelformat.cpp b/graphics/pixelformat.cpp
index e7b5401ed6..a712813b45 100644
--- a/graphics/pixelformat.cpp
+++ b/graphics/pixelformat.cpp
@@ -25,7 +25,7 @@
namespace Graphics {
-Common::String PixelFormat::toString() {
+Common::String PixelFormat::toString() const {
if (bytesPerPixel == 1)
return "CLUT8";