[Marble-commits] KDE/kdeedu/marble/src/lib/Projections
Jens-Michael Hoffmann
jensmh at gmx.de
Thu Jan 7 23:19:09 CET 2010
SVN commit 1071389 by jmhoffmann:
Export class AbstractProjection since it is now used by the CrosshairsPlugin.
M +2 -1 AbstractProjection.h
--- trunk/KDE/kdeedu/marble/src/lib/Projections/AbstractProjection.h #1071388:1071389
@@ -28,6 +28,7 @@
#include "GeoDataLatLonAltBox.h"
#include "GeoDataCoordinates.h"
+#include "marble_export.h"
namespace Marble
{
@@ -45,7 +46,7 @@
* @short A base class for all projections in Marble.
*/
-class AbstractProjection
+class MARBLE_EXPORT AbstractProjection
{
// Not a QObject so far because we don't need to send signals.
public:
More information about the Marble-commits
mailing list