BLADERUNNER: Remove extra class qualification

MSVC allows it, but it's against the standard.
This commit is contained in:
Sven Hesse
2016-09-29 22:33:33 +02:00
committed by Eugene Sandulenko
parent 25e97d2144
commit 76cfb2c8a9
+1 -1
View File
@@ -67,7 +67,7 @@ public:
bool hasFeature(EngineFeature f) const;
Common::Error BladeRunnerEngine::run();
Common::Error run();
bool startup();
void initChapterAndScene();