diff options
Diffstat (limited to 'ue2/imgsynth2/cscriptparser.cpp')
| -rw-r--r-- | ue2/imgsynth2/cscriptparser.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/ue2/imgsynth2/cscriptparser.cpp b/ue2/imgsynth2/cscriptparser.cpp index df3df1e..ea9b242 100644 --- a/ue2/imgsynth2/cscriptparser.cpp +++ b/ue2/imgsynth2/cscriptparser.cpp | |||
| @@ -9,7 +9,7 @@ | |||
| 9 | #include <boost/tokenizer.hpp> | 9 | #include <boost/tokenizer.hpp> |
| 10 | #include <boost/algorithm/string.hpp> | 10 | #include <boost/algorithm/string.hpp> |
| 11 | #include "cscriptparser.h" | 11 | #include "cscriptparser.h" |
| 12 | #include "cbitmap.h" | 12 | #include "cwindowsbitmap.h" |
| 13 | 13 | ||
| 14 | using namespace std; | 14 | using namespace std; |
| 15 | using namespace boost; | 15 | using namespace boost; |
| @@ -18,7 +18,7 @@ CScriptparser::CScriptparser(const std::string& scriptfile) | |||
| 18 | : m_scriptfile(scriptfile), m_handler(NULL) | 18 | : m_scriptfile(scriptfile), m_handler(NULL) |
| 19 | { | 19 | { |
| 20 | /* add our handlers */ | 20 | /* add our handlers */ |
| 21 | m_handlers.insert(new CBitmap); | 21 | m_handlers.insert(new CWindowsBitmap); |
| 22 | } | 22 | } |
| 23 | 23 | ||
| 24 | /*----------------------------------------------------------------------------*/ | 24 | /*----------------------------------------------------------------------------*/ |
