aboutsummaryrefslogtreecommitdiff
path: root/engines/lure/debugger.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'engines/lure/debugger.cpp')
-rw-r--r--engines/lure/debugger.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/engines/lure/debugger.cpp b/engines/lure/debugger.cpp
index 3567c8cced..4c67176a27 100644
--- a/engines/lure/debugger.cpp
+++ b/engines/lure/debugger.cpp
@@ -46,7 +46,7 @@ Debugger::Debugger(): Common::Debugger<Debugger>() {
DCmd_Register("hotspot", &Debugger::cmd_hotspot);
}
-int Debugger::strToInt(const char *s) {
+static int strToInt(const char *s) {
if (!*s)
// No string at all
return 0;