aboutsummaryrefslogtreecommitdiff
path: root/engines/tony/gfxcore.h
diff options
context:
space:
mode:
authorStrangerke2012-06-05 18:51:20 +0200
committerStrangerke2012-06-05 18:51:20 +0200
commit380c86fd4073415ee485c244383cc15d3b45b703 (patch)
tree4990dd0ea96b5edb5f5b8cc7ba08debf95dd65fa /engines/tony/gfxcore.h
parent23c95d7014ee9875bb1b55c696d0245d7f114ba8 (diff)
downloadscummvm-rg350-380c86fd4073415ee485c244383cc15d3b45b703.tar.gz
scummvm-rg350-380c86fd4073415ee485c244383cc15d3b45b703.tar.bz2
scummvm-rg350-380c86fd4073415ee485c244383cc15d3b45b703.zip
TONY: Some renaming
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 51d27b7311..2daa7edc6d 100644
--- a/engines/tony/gfxcore.h
+++ b/engines/tony/gfxcore.h
@@ -257,7 +257,7 @@ class RMGfxClearTask : public RMGfxTask {
public:
virtual ~RMGfxClearTask() { }
- int Priority();
+ int priority();
virtual void draw(CORO_PARAM, RMGfxTargetBuffer &bigBuf, RMGfxPrimitive *prim);
virtual void removeThis(CORO_PARAM, bool &result);
};