From a4e2fb4504f0a7ba42521f7cd4c95c997adf96f4 Mon Sep 17 00:00:00 2001 From: Einar Johan Trøan Sømåen Date: Fri, 27 Jul 2012 18:24:22 +0200 Subject: WINTERMUTE: Move TinyXML into the WinterMute-namespace. --- engines/wintermute/tinyxml/tinyxmlparser.cpp | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'engines/wintermute/tinyxml/tinyxmlparser.cpp') diff --git a/engines/wintermute/tinyxml/tinyxmlparser.cpp b/engines/wintermute/tinyxml/tinyxmlparser.cpp index 14fd7c8c79..709dee0320 100644 --- a/engines/wintermute/tinyxml/tinyxmlparser.cpp +++ b/engines/wintermute/tinyxml/tinyxmlparser.cpp @@ -22,6 +22,8 @@ must not be misrepresented as being the original software. distribution. */ +// Modified for use in ScummVM (namespace added) + #include #include @@ -37,6 +39,8 @@ distribution. # endif #endif +namespace WinterMute { + // Note tha "PutString" hardcodes the same list. This // is less flexible than it appears. Changing the entries // or order will break putstring. @@ -1636,3 +1640,4 @@ bool TiXmlText::Blank() const return true; } +} // end of namespace WinterMute -- cgit v1.2.3