diff options
author | Filippos Karapetis | 2012-10-01 03:05:50 +0300 |
---|---|---|
committer | Filippos Karapetis | 2012-10-01 03:05:50 +0300 |
commit | 4ad86e0c11f1b6b6a7a4b4b1a065017e6f656501 (patch) | |
tree | 54dd169fcdf9b4b59abe76067b86fcfa476c65c0 /engines/pegasus/neighborhood | |
parent | 17887e24a24695cb47b33a5d0ea38282ea319d88 (diff) | |
download | scummvm-rg350-4ad86e0c11f1b6b6a7a4b4b1a065017e6f656501.tar.gz scummvm-rg350-4ad86e0c11f1b6b6a7a4b4b1a065017e6f656501.tar.bz2 scummvm-rg350-4ad86e0c11f1b6b6a7a4b4b1a065017e6f656501.zip |
PEGASUS: MarsTimerEvent is a struct
Diffstat (limited to 'engines/pegasus/neighborhood')
-rw-r--r-- | engines/pegasus/neighborhood/mars/mars.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/engines/pegasus/neighborhood/mars/mars.h b/engines/pegasus/neighborhood/mars/mars.h index 9ca53a8021..0859522890 100644 --- a/engines/pegasus/neighborhood/mars/mars.h +++ b/engines/pegasus/neighborhood/mars/mars.h @@ -64,7 +64,7 @@ enum ShuttleWeaponSelection { }; class Mars : public Neighborhood { -friend class MarsTimerEvent; +friend struct MarsTimerEvent; public: Mars(InputHandler *, PegasusEngine *); virtual ~Mars(); |