aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPaul Gilbert2011-06-19 23:19:02 +1000
committerPaul Gilbert2011-06-19 23:19:02 +1000
commita15d233dc4f83c04252442496594aa1658f6f83c (patch)
tree6f0068770f15111d509d142e91b1e87afb8b33b4
parent0efea76fff1a68a2050e9b427c383c24a0ab5d8c (diff)
downloadscummvm-rg350-a15d233dc4f83c04252442496594aa1658f6f83c.tar.gz
scummvm-rg350-a15d233dc4f83c04252442496594aa1658f6f83c.tar.bz2
scummvm-rg350-a15d233dc4f83c04252442496594aa1658f6f83c.zip
DREAMWEB: Fix compilation error on MSVC
-rw-r--r--engines/dreamweb/stubs.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/engines/dreamweb/stubs.cpp b/engines/dreamweb/stubs.cpp
index 7eeeabe136..e2da072fae 100644
--- a/engines/dreamweb/stubs.cpp
+++ b/engines/dreamweb/stubs.cpp
@@ -287,7 +287,7 @@ void DreamGenContext::out22c() {
void DreamGenContext::soundstartup() {}
void DreamGenContext::soundend() {}
-void DreamGenContext::DreamGenContext::interupttest() {}
+void DreamGenContext::interupttest() {}
void DreamGenContext::disablesoundint() {}
void DreamGenContext::enablesoundint() {}
void DreamGenContext::checksoundint() {