[Marble-commits] KDE/kdeedu/marble/src/lib
Michael Georg Hansen
mike at mghansen.de
Sun Mar 14 22:19:22 CET 2010
SVN commit 1103338 by mghansen:
Add missing MARBLE_EXPORT to make it possible to derive from LayerInterface in applications using Marble, needed to make use of the new MarbleModel::addLayers function introduced in commit 1093625.
M +3 -1 LayerInterface.h
--- trunk/KDE/kdeedu/marble/src/lib/LayerInterface.h #1103337:1103338
@@ -13,6 +13,8 @@
#ifndef MARBLE_LAYER_INTERFACE_H
#define MARBLE_LAYER_INTERFACE_H
+#include "marble_export.h"
+
#include <QtCore/QStringList>
namespace Marble {
@@ -21,7 +23,7 @@
class GeoSceneLayer;
class ViewportParams;
-class LayerInterface
+class MARBLE_EXPORT LayerInterface
{
public:
More information about the Marble-commits
mailing list