From 5f499a8233c7bb68b52b8fdeddac9a06061ea4d7 Mon Sep 17 00:00:00 2001 From: manuel Date: Tue, 28 Apr 2009 18:32:15 +0200 Subject: Moved a lot of stuff around to get abstract cbitmap working --- ue2/imgsynth2/cscriptparser.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'ue2/imgsynth2/cscriptparser.cpp') 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 @@ #include #include #include "cscriptparser.h" -#include "cbitmap.h" +#include "cwindowsbitmap.h" using namespace std; using namespace boost; @@ -18,7 +18,7 @@ CScriptparser::CScriptparser(const std::string& scriptfile) : m_scriptfile(scriptfile), m_handler(NULL) { /* add our handlers */ - m_handlers.insert(new CBitmap); + m_handlers.insert(new CWindowsBitmap); } /*----------------------------------------------------------------------------*/ -- cgit v1.2.3