aboutsummaryrefslogtreecommitdiff
path: root/engines/tony/gfxcore.h
diff options
context:
space:
mode:
authorStrangerke2014-03-10 06:47:26 +0100
committerStrangerke2014-03-10 06:51:27 +0100
commitaca7fac256f5e0b404a14bb544c1e734473fd7ac (patch)
treeb0c9c04438bd24cd0c1f26375f3dd3f547edfc03 /engines/tony/gfxcore.h
parentf9fd2a5abe2050b061710f0c8e3ac68f79b74459 (diff)
downloadscummvm-rg350-aca7fac256f5e0b404a14bb544c1e734473fd7ac.tar.gz
scummvm-rg350-aca7fac256f5e0b404a14bb544c1e734473fd7ac.tar.bz2
scummvm-rg350-aca7fac256f5e0b404a14bb544c1e734473fd7ac.zip
TONY: Fix clang warnings - Courtesy of LordHoto
Diffstat (limited to 'engines/tony/gfxcore.h')
-rw-r--r--engines/tony/gfxcore.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/engines/tony/gfxcore.h b/engines/tony/gfxcore.h
index 06073609ea..a637027051 100644
--- a/engines/tony/gfxcore.h
+++ b/engines/tony/gfxcore.h
@@ -71,7 +71,7 @@ public:
int getDimy();
// Creation
- virtual void create(int dimx, int dimy, int nBpp);
+ void create(int dimx, int dimy, int nBpp);
virtual void destroy();
// These are valid only if the buffer is locked