diff options
author | Max Horn | 2010-11-16 10:19:01 +0000 |
---|---|---|
committer | Max Horn | 2010-11-16 10:19:01 +0000 |
commit | 668adaa461f2c0c7c83b41375f7825e8a91a1f3c (patch) | |
tree | 6f2827ecf03144c5e134b519f1e581d271aeeb9a /backends/platform/ds/arm9 | |
parent | 427dc1ae93fe9aafe97a2796b11db6ac940a97b1 (diff) | |
download | scummvm-rg350-668adaa461f2c0c7c83b41375f7825e8a91a1f3c.tar.gz scummvm-rg350-668adaa461f2c0c7c83b41375f7825e8a91a1f3c.tar.bz2 scummvm-rg350-668adaa461f2c0c7c83b41375f7825e8a91a1f3c.zip |
GUI: Rename gui/GuiManager.* to gui/gui-manager.*
svn-id: r54265
Diffstat (limited to 'backends/platform/ds/arm9')
-rw-r--r-- | backends/platform/ds/arm9/source/dsoptions.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/backends/platform/ds/arm9/source/dsoptions.cpp b/backends/platform/ds/arm9/source/dsoptions.cpp index 8597b318c9..a693d2aee3 100644 --- a/backends/platform/ds/arm9/source/dsoptions.cpp +++ b/backends/platform/ds/arm9/source/dsoptions.cpp @@ -26,7 +26,7 @@ #include "dsoptions.h" #include "dsmain.h" #include "gui/dialog.h" -#include "gui/GuiManager.h" +#include "gui/gui-manager.h" #include "gui/widgets/list.h" #include "gui/widgets/tab.h" #include "osystem_ds.h" |