[Kst] extragear/graphics/kst/src/libkstmath
Andras Mantia
amantia at kde.org
Thu May 18 09:49:39 CEST 2006
SVN commit 542077 by amantia:
fix compilation
M +3 -3 kstcurvepointsymbol.h
--- trunk/extragear/graphics/kst/src/libkstmath/kstcurvepointsymbol.h #542076:542077
@@ -23,11 +23,11 @@
#define KSTPOINT_MAXTYPE 13
-namespace KST_EXPORT KstCurvePointSymbol {
+namespace KstCurvePointSymbol {
/** draw the point on a painter the scale of the point is based on size */
- void draw(int type, QPainter *p, int x, int y, int lineSize = 0, int size = -1);
+ KST_EXPORT void draw(int type, QPainter *p, int x, int y, int lineSize = 0, int size = -1);
/** Get the dimension of a point */
- int dim(QPainter *p);
+ KST_EXPORT int dim(QPainter *p);
}
#endif
More information about the Kst
mailing list