diff options
Diffstat (limited to 'ue2/imgsynth2/cscriptparser.cpp')
| -rw-r--r-- | ue2/imgsynth2/cscriptparser.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ue2/imgsynth2/cscriptparser.cpp b/ue2/imgsynth2/cscriptparser.cpp index e6bc9ae..6b886a3 100644 --- a/ue2/imgsynth2/cscriptparser.cpp +++ b/ue2/imgsynth2/cscriptparser.cpp | |||
| @@ -20,7 +20,7 @@ CScriptparser::CScriptparser(const std::string& scriptfile) | |||
| 20 | { | 20 | { |
| 21 | /* add our handlers */ | 21 | /* add our handlers */ |
| 22 | m_handlers.insert(new CWindowsBitmap); | 22 | m_handlers.insert(new CWindowsBitmap); |
| 23 | m_handlers.insert(new CPixMap); | 23 | m_handlers.insert(new CPixmap); |
| 24 | } | 24 | } |
| 25 | 25 | ||
| 26 | /*----------------------------------------------------------------------------*/ | 26 | /*----------------------------------------------------------------------------*/ |
