aboutsummaryrefslogtreecommitdiff
path: root/engines/tony/mpal/mpalutils.h
diff options
context:
space:
mode:
authorStrangerke2012-09-01 02:27:31 +0200
committerStrangerke2012-09-01 02:27:31 +0200
commit3ab8ebc4f72e54a5ffcabaa22d3cf8e250062457 (patch)
tree307aa9f8f07728978a07e92221f7ffbe960bfbe8 /engines/tony/mpal/mpalutils.h
parent8c753c96a097c3b6e67b061470606278a0d8f102 (diff)
downloadscummvm-rg350-3ab8ebc4f72e54a5ffcabaa22d3cf8e250062457.tar.gz
scummvm-rg350-3ab8ebc4f72e54a5ffcabaa22d3cf8e250062457.tar.bz2
scummvm-rg350-3ab8ebc4f72e54a5ffcabaa22d3cf8e250062457.zip
TONY: Move some more code from .h to .cpp files
Diffstat (limited to 'engines/tony/mpal/mpalutils.h')
-rw-r--r--engines/tony/mpal/mpalutils.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/engines/tony/mpal/mpalutils.h b/engines/tony/mpal/mpalutils.h
index 8bc3e1d7c6..629e157e29 100644
--- a/engines/tony/mpal/mpalutils.h
+++ b/engines/tony/mpal/mpalutils.h
@@ -47,7 +47,7 @@ public:
// Attributes
unsigned int size();
const byte *dataPointer();
- bool isValid() { return _h != NULL; }
+ bool isValid();
// Casting for access to data
operator const byte*();
@@ -63,8 +63,8 @@ public:
const byte *dataPointer();
operator const byte*();
- int width();
- int height();
+ int width();
+ int height();
};
} // end of namespace MPAL