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

Peter Kümmel syntheticpp at gmx.net
Tue Aug 21 21:49:08 UTC 2012


SVN commit 1312288 by kuemmel:

export function to fix linker error on Windows

 M  +1 -1      namedobject.h  


--- branches/work/kst/portto4/kst/src/libkst/namedobject.h #1312287:1312288
@@ -126,7 +126,7 @@
     int _initial_dsnum; // datasource
 };
 
-bool shortNameLessThan(NamedObject *n1, NamedObject *n2);
+KSTCORE_EXPORT bool shortNameLessThan(NamedObject *n1, NamedObject *n2);
 
 }
 #endif


More information about the Kst mailing list