diff options
Diffstat (limited to 'sword2/startup.cpp')
-rw-r--r-- | sword2/startup.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sword2/startup.cpp b/sword2/startup.cpp index bc2f226df8..b6aedf81c1 100644 --- a/sword2/startup.cpp +++ b/sword2/startup.cpp @@ -40,7 +40,7 @@ bool Sword2Engine::initStartMenu() { // We query each in turn and setup an array of start structures. // If the file doesn't exist then we say so and return a 0. - File fp; + Common::File fp; // ok, load in the master screen manager file |