aboutsummaryrefslogtreecommitdiff
path: root/backends/modular-backend.h
diff options
context:
space:
mode:
authorJohannes Schickel2010-10-13 15:42:16 +0000
committerJohannes Schickel2010-10-13 15:42:16 +0000
commita2b96a2516cd87203b22f7496a8d5a6b65749da3 (patch)
tree11617735d666c73cebd6979f7df32e01fb09fea1 /backends/modular-backend.h
parent75e8452b6e6a2bf4fb2f588aa00b428a60d873b5 (diff)
downloadscummvm-rg350-a2b96a2516cd87203b22f7496a8d5a6b65749da3.tar.gz
scummvm-rg350-a2b96a2516cd87203b22f7496a8d5a6b65749da3.tar.bz2
scummvm-rg350-a2b96a2516cd87203b22f7496a8d5a6b65749da3.zip
OPENGL: Replace SdlEventManager by SdlEventSource.
Formerly SdlEventManager was a subclass of DefaultEventManager but did not really have anything in common with the idea of our EventManager interface. Now I made a new object SdlEventSource which only subclasses EventSource and which is responsible for obtaining events from SDL (and processing them). svn-id: r53433
Diffstat (limited to 'backends/modular-backend.h')
-rw-r--r--backends/modular-backend.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/backends/modular-backend.h b/backends/modular-backend.h
index b7920d9d71..ed638fe303 100644
--- a/backends/modular-backend.h
+++ b/backends/modular-backend.h
@@ -52,7 +52,7 @@
* And, it should also initialize all the managers variables
* declared in this class, or override their related functions.
*/
-class ModularBackend : public OSystem, public Common::EventSource {
+class ModularBackend : public OSystem, public virtual Common::EventSource {
public:
ModularBackend();
virtual ~ModularBackend();