aboutsummaryrefslogtreecommitdiff
path: root/engines/voyeur/events.h
diff options
context:
space:
mode:
authorStrangerke2014-02-27 07:29:49 +0100
committerStrangerke2014-02-27 07:29:49 +0100
commit9f74d13c57033f5cf60b711021f0b0b1e8697f9e (patch)
treed4e554e4f8a96a3cd40bcf9de8c690be2274b868 /engines/voyeur/events.h
parent9278ec342caf1c47ca5882103bb587ec40ab93e6 (diff)
downloadscummvm-rg350-9f74d13c57033f5cf60b711021f0b0b1e8697f9e.tar.gz
scummvm-rg350-9f74d13c57033f5cf60b711021f0b0b1e8697f9e.tar.bz2
scummvm-rg350-9f74d13c57033f5cf60b711021f0b0b1e8697f9e.zip
VOYEUR: Remove setVm from EventManager
Diffstat (limited to 'engines/voyeur/events.h')
-rw-r--r--engines/voyeur/events.h3
1 files changed, 1 insertions, 2 deletions
diff --git a/engines/voyeur/events.h b/engines/voyeur/events.h
index c032d35224..6f63ac09ee 100644
--- a/engines/voyeur/events.h
+++ b/engines/voyeur/events.h
@@ -112,8 +112,7 @@ public:
byte *_cycleNext[4];
VInitCycleResource *_cyclePtr;
- EventsManager();
- void setVm(VoyeurEngine *vm) { _vm = vm; }
+ EventsManager(VoyeurEngine *vm);
void setMousePos(const Common::Point &p) { _mousePos = p; }
void startMainClockInt();