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

Andrew Manson g.real.ate at gmail.com
Tue Aug 11 20:48:19 CEST 2009


SVN commit 1010153 by mansona:

Exporting the PointScreneGraphicsItem. 


 M  +2 -1      PointScreenGraphicsItem.h  


--- trunk/KDE/kdeedu/marble/src/lib/graphicsview/screengraphicsitem/PointScreenGraphicsItem.h #1010152:1010153
@@ -13,12 +13,13 @@
 #define POINTSCREENGRAPHICSITEM_H
 
 #include "ScreenGraphicsItem.h"
+#include "marble_export.h"
 
 namespace Marble
 {
 
 
-class PointScreenGraphicsItem : public ScreenGraphicsItem
+class MARBLE_EXPORT PointScreenGraphicsItem : public ScreenGraphicsItem
 {
 public:
     PointScreenGraphicsItem();


More information about the Marble-commits mailing list