aboutsummaryrefslogtreecommitdiff
path: root/base/engine.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'base/engine.cpp')
-rw-r--r--base/engine.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/base/engine.cpp b/base/engine.cpp
index c60611cdda..5da4b9ac43 100644
--- a/base/engine.cpp
+++ b/base/engine.cpp
@@ -193,7 +193,7 @@ void NORETURN CDECL error(const char *s, ...) {
#endif
#ifdef __SYMBIAN32__
- SymbianFatalError(buf_output);
+ Symbian::FatalError(buf_output);
#endif
// Finally exit. quit() will terminate the program if g_system iss present
if (g_system)