diff options
author | Max Horn | 2006-07-29 20:20:01 +0000 |
---|---|---|
committer | Max Horn | 2006-07-29 20:20:01 +0000 |
commit | 29b64b4aab3ad1852e81d85b5d49a1d262ecf48e (patch) | |
tree | 449393260efce2a607ad658d9211d2bee6c4d639 /base | |
parent | f51fc44e66e42c1659fcbf892f39a96625f87b17 (diff) | |
download | scummvm-rg350-29b64b4aab3ad1852e81d85b5d49a1d262ecf48e.tar.gz scummvm-rg350-29b64b4aab3ad1852e81d85b5d49a1d262ecf48e.tar.bz2 scummvm-rg350-29b64b4aab3ad1852e81d85b5d49a1d262ecf48e.zip |
Small fix for the symbian port
svn-id: r23618
Diffstat (limited to 'base')
-rw-r--r-- | base/version.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/base/version.cpp b/base/version.cpp index 79ae2dc92a..8f354444f3 100644 --- a/base/version.cpp +++ b/base/version.cpp @@ -95,7 +95,7 @@ const char *gScummVMFeatures = "" #ifdef __SYMBIAN32__ // we want a list of compiled in engines visible in the program, // because we also release special builds with only one engine -#include "backends/symbian/src/main_features.inl" +#include "backends/platform/symbian/src/main_features.inl" #endif ; |