[Kst] branches/work/kst/portto4/kst/src/libkst

Peter Kümmel syntheticpp at gmx.net
Fri Mar 18 23:29:11 CET 2011


SVN commit 1225256 by kuemmel:

build on windows

 M  +5 -1      labelinfo.h  


--- branches/work/kst/portto4/kst/src/libkst/labelinfo.h #1225255:1225256
@@ -21,9 +21,13 @@
 #define LABELINFO_H
 
 #include <QString>
+
+#include "kst_export.h"
+
+
 namespace Kst {
 
-struct LabelInfo
+struct KSTCORE_EXPORT LabelInfo
 {
   LabelInfo() : name(QString()), quantity(QString()), units(QString()) {}
   bool operator==(const LabelInfo &l) const { return (l.name==name) && (l.quantity==quantity) && (l.units==units); }


More information about the Kst mailing list