[Marble-commits] KDE/kdeedu/marble/src/lib

Dennis Nienhüser earthwings at gentoo.org
Sun Feb 21 13:29:48 CET 2010


SVN commit 1093759 by nienhueser:

Virtual dtor needed here.

 M  +1 -0      CMakeLists.txt  
 A             LayerInterface.cpp   [License: LGPL]
 M  +3 -0      LayerInterface.h  


--- trunk/KDE/kdeedu/marble/src/lib/CMakeLists.txt #1093758:1093759
@@ -162,6 +162,7 @@
     
     PluginInterface.cpp
     NetworkPluginInterface.cpp
+    LayerInterface.cpp
     RenderPlugin.cpp
     RenderPluginInterface.cpp
     PositionProviderPlugin.cpp
--- trunk/KDE/kdeedu/marble/src/lib/LayerInterface.h #1093758:1093759
@@ -25,6 +25,9 @@
 {
 public:
 
+    /** Destructor */
+    virtual ~LayerInterface();
+
     /**
      * @brief Preferred level in the layer stack for the rendering
      *


More information about the Marble-commits mailing list