[prev in list] [next in list] [prev in thread] [next in thread] 

List:       kde-commits
Subject:    KDE/kdeedu/marble/src/lib/geodata/parser
From:       Tobias Koenig <tokoe () kde ! org>
Date:       2008-02-28 21:32:37
Message-ID: 1204234357.436235.10668.nullmailer () svn ! kde ! org
[Download RAW message or body]

SVN commit 780355 by tokoe:

warnings--


 M  +4 -1      GeoDocument.h  
 M  +1 -1      GeoParser.cpp  


--- trunk/KDE/kdeedu/marble/src/lib/geodata/parser/GeoDocument.h #780354:780355
@@ -25,11 +25,14 @@
 /**
  * @short A shared base class between GeoDataDocument/GeoSourceDocument
  */
-class GeoDocument {
+class GeoDocument
+{
 protected:
     GeoDocument() { }
 
 public:
+    virtual ~GeoDocument() {};
+
     virtual bool isGeoDataDocument() const { return false; }
     virtual bool isGeoSceneDocument() const { return false; }
 };
--- trunk/KDE/kdeedu/marble/src/lib/geodata/parser/GeoParser.cpp #780354:780355
@@ -26,8 +26,8 @@
 
 GeoParser::GeoParser(GeoDataGenericSourceType source)
     : QXmlStreamReader()
+    , m_document(0)
     , m_source(source)
-    , m_document(0)
 {
 }
 
[prev in list] [next in list] [prev in thread] [next in thread] 

Configure | About | News | Add a list | Sponsored by KoreLogic