Skip to content

Commit

Permalink
TSAGE: R2R -Fix errors not detected by MSVC
Browse files Browse the repository at this point in the history
  • Loading branch information
Strangerke committed Dec 28, 2011
1 parent 3539c5e commit 529a3b8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions engines/tsage/ringworld2/ringworld2_scenes3.h
Expand Up @@ -451,8 +451,8 @@ class Scene3375 : public SceneExt {
virtual void postInit(SceneObjectList *OwnerList = NULL);
virtual void remove();
virtual void signal();
virtual void Scene3375::dispatch();
virtual void Scene3375::synchronize(Serializer &s);
virtual void dispatch();
virtual void synchronize(Serializer &s);
};

class Scene3400 : public SceneExt {
Expand Down

0 comments on commit 529a3b8

Please sign in to comment.