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

Andrew Manson g.real.ate at gmail.com
Wed Aug 5 15:58:17 CEST 2009


SVN commit 1007311 by mansona:

Export the GeoWriter so it can be used in plugins


 M  +2 -1      GeoWriter.h  


--- trunk/KDE/kdeedu/marble/src/lib/geodata/writer/GeoWriter.h #1007310:1007311
@@ -12,6 +12,7 @@
 #define GEOWRITER_H
 
 #include "GeoDataFeature.h"
+#include "marble_export.h"
 
 #include <QtXml/QXmlStreamWriter>
 
@@ -23,7 +24,7 @@
  * It works with the GeoData classes and writes XML based on the type of output
  * format that the writer is currently working with.
  */
-class GeoWriter : public QXmlStreamWriter
+class MARBLE_EXPORT GeoWriter : public QXmlStreamWriter
 {
 public:
     GeoWriter();


More information about the Marble-commits mailing list