aboutsummaryrefslogtreecommitdiff
path: root/engines/sword25/gfx/renderobject.h
diff options
context:
space:
mode:
authorJohannes Schickel2010-10-13 20:04:50 +0000
committerJohannes Schickel2010-10-13 20:04:50 +0000
commitbc2781fdb39b5c7db7154c8dd90538974907508d (patch)
treebdfd45bb16c7797ae0dd91aa05511c8d8c04b38c /engines/sword25/gfx/renderobject.h
parentbbbfdad4581ce1aab757f1af6e663f9851543baa (diff)
downloadscummvm-rg350-bc2781fdb39b5c7db7154c8dd90538974907508d.tar.gz
scummvm-rg350-bc2781fdb39b5c7db7154c8dd90538974907508d.tar.bz2
scummvm-rg350-bc2781fdb39b5c7db7154c8dd90538974907508d.zip
SWORD25: Semi-colon cleanup.
svn-id: r53446
Diffstat (limited to 'engines/sword25/gfx/renderobject.h')
-rw-r--r--engines/sword25/gfx/renderobject.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/engines/sword25/gfx/renderobject.h b/engines/sword25/gfx/renderobject.h
index c090ad75c9..9d11c46b80 100644
--- a/engines/sword25/gfx/renderobject.h
+++ b/engines/sword25/gfx/renderobject.h
@@ -352,7 +352,7 @@ public:
*/
void forceRefresh() {
_refreshForced = true;
- };
+ }
/**
@brief Gibt das Handle des Objekte zurück.
*/