diff options
Diffstat (limited to 'backends/graphics/null')
| -rw-r--r-- | backends/graphics/null/null-graphics.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/backends/graphics/null/null-graphics.h b/backends/graphics/null/null-graphics.h index 67306c29f3..a870a76b73 100644 --- a/backends/graphics/null/null-graphics.h +++ b/backends/graphics/null/null-graphics.h @@ -54,8 +54,8 @@ public: void beginGFXTransaction() {} OSystem::TransactionError endGFXTransaction() { return OSystem::kTransactionSuccess; } - int16 getHeight() { return 0; } - int16 getWidth() { return 0; } + int16 getHeight() const { return 0; } + int16 getWidth() const { return 0; } void setPalette(const byte *colors, uint start, uint num) {} void grabPalette(byte *colors, uint start, uint num) {} void copyRectToScreen(const void *buf, int pitch, int x, int y, int w, int h) {} |
