SVN commit 1262334 by kuemmel:
msvc fix
M +1 -1 editablevector.h
--- branches/work/kst/portto4/kst/src/libkst/editablevector.h #1262333:1262334
@@ -44,7 +44,7 @@
protected:
long double _sum;
- KSTCORE_EXPORT EditableVector(ObjectStore *store);
+ EditableVector(ObjectStore *store);
friend class ObjectStore;