diff options
author | Vicent Marti | 2008-07-02 18:49:58 +0000 |
---|---|---|
committer | Vicent Marti | 2008-07-02 18:49:58 +0000 |
commit | 8dbec866d6350c044297e16aa8ede432a3bd174b (patch) | |
tree | 1cb445c3e299581a0d4bb7c144b3dd3a429114d1 | |
parent | 2d87b29058ef84f482550fc0f002d9805fc53b87 (diff) | |
download | scummvm-rg350-8dbec866d6350c044297e16aa8ede432a3bd174b.tar.gz scummvm-rg350-8dbec866d6350c044297e16aa8ede432a3bd174b.tar.bz2 scummvm-rg350-8dbec866d6350c044297e16aa8ede432a3bd174b.zip |
GCC fix again, case mismatch in Linux.
svn-id: r32878
-rw-r--r-- | gui/ThemeParser.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gui/ThemeParser.cpp b/gui/ThemeParser.cpp index eac8c20978..1bdf1c487c 100644 --- a/gui/ThemeParser.cpp +++ b/gui/ThemeParser.cpp @@ -32,7 +32,7 @@ #include "gui/ThemeRenderer.h" #include "gui/ThemeParser.h" -#include "gui/NewGui.h" +#include "gui/newgui.h" #include "graphics/VectorRenderer.h" namespace GUI { |