]> git.sesse.net Git - vlc/blobdiff - modules/gui/skins2/parser/xmlparser.hpp
* modules/gui/skins2/*: portability fixes.
[vlc] / modules / gui / skins2 / parser / xmlparser.hpp
index f64302b7fbca5610bf7d0627368c5b264e568789..cdfd78e252379eae8e6269fe3c156afcedae3209 100644 (file)
@@ -2,7 +2,7 @@
  * xmlparser.hpp
  *****************************************************************************
  * Copyright (C) 2004 VideoLAN
- * $Id: xmlparser.hpp,v 1.3 2004/01/25 11:44:19 asmax Exp $
+ * $Id: xmlparser.hpp,v 1.4 2004/02/27 13:24:12 gbazin Exp $
  *
  * Authors: Cyril Deguet     <asmax@via.ecp.fr>
  *
@@ -27,8 +27,6 @@
 #include "../src/skin_common.hpp"
 #include <libxml/xmlreader.h>
 #include <map>
-#include <string>
-
 
 /// XML parser using libxml2 text reader API
 class XMLParser: public SkinObject
@@ -53,8 +51,8 @@ class XMLParser: public SkinObject
         typedef map<const char*, const char*, ltstr> AttrList_t;
 
         /// Callbacks
-        virtual void handleBeginElement( const string &rName, AttrList_t &attr ) {}
-        virtual void handleEndElement( const string &rName ) {}
+        virtual void handleBeginElement( const string &rName, AttrList_t &attr ) {;}
+        virtual void handleEndElement( const string &rName ) {;}
 
     private:
         /// Reader context