[Marble-commits] KDE/kdeedu/marble/src/plugins/render/osmannotate/osm

Patrick Spendrin ps_ml at gmx.de
Mon Jul 20 18:51:49 CEST 2009


SVN commit 999952 by sengels:

no MARBLE_EXPORT needed for now, since we are outside of libmarblewidget

 M  +1 -1      OsmBoundsTagHandler.h  
 M  +1 -1      OsmNdTagHandler.h  
 M  +1 -1      OsmNodeTagHandler.h  
 M  +1 -1      OsmWayGraphicsItem.h  
 M  +1 -1      OsmWayTagHandler.h  


--- trunk/KDE/kdeedu/marble/src/plugins/render/osmannotate/osm/OsmBoundsTagHandler.h #999951:999952
@@ -18,7 +18,7 @@
 {
 namespace osm {
 
-class MARBLE_EXPORT OsmBoundsTagHandler : public GeoTagHandler
+class OsmBoundsTagHandler : public GeoTagHandler
 {
 public:
     virtual GeoNode* parse(GeoParser&) const;
--- trunk/KDE/kdeedu/marble/src/plugins/render/osmannotate/osm/OsmNdTagHandler.h #999951:999952
@@ -19,7 +19,7 @@
 namespace osm
 {
 
-class MARBLE_EXPORT OsmNdTagHandler : public GeoTagHandler
+class OsmNdTagHandler : public GeoTagHandler
 {
 public:
     virtual GeoNode* parse( GeoParser& parser ) const;
--- trunk/KDE/kdeedu/marble/src/plugins/render/osmannotate/osm/OsmNodeTagHandler.h #999951:999952
@@ -20,7 +20,7 @@
 namespace osm
 {
 
-class MARBLE_EXPORT OsmNodeTagHandler : public GeoTagHandler
+class OsmNodeTagHandler : public GeoTagHandler
 {
 public:
     virtual GeoNode* parse(GeoParser&) const;
--- trunk/KDE/kdeedu/marble/src/plugins/render/osmannotate/osm/OsmWayGraphicsItem.h #999951:999952
@@ -16,7 +16,7 @@
 
 namespace Marble{
 
-class MARBLE_EXPORT OsmWayGraphicsItem : public GeoLineStringGraphicsItem
+class OsmWayGraphicsItem : public GeoLineStringGraphicsItem
 {
 public:
     OsmWayGraphicsItem();
--- trunk/KDE/kdeedu/marble/src/plugins/render/osmannotate/osm/OsmWayTagHandler.h #999951:999952
@@ -20,7 +20,7 @@
 namespace osm
 {
 
-class MARBLE_EXPORT OsmWayTagHandler : public GeoTagHandler
+class OsmWayTagHandler : public GeoTagHandler
 {
 public:
     virtual GeoNode* parse( GeoParser& parser ) const;


More information about the Marble-commits mailing list