aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--engines/sci/engine/segment.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/engines/sci/engine/segment.h b/engines/sci/engine/segment.h
index 764d235e54..2912567ff7 100644
--- a/engines/sci/engine/segment.h
+++ b/engines/sci/engine/segment.h
@@ -501,7 +501,7 @@ public:
/**
* Finds the pointer where a block of a specific type starts from
*/
- byte *Script::findBlock(int type);
+ byte *findBlock(int type);
private:
void setScriptSize(int script_nr, ResourceManager *resMan);