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

Mike Fenton mike at staikos.net
Mon Oct 1 22:12:38 CEST 2007


SVN commit 719742 by fenton:

Rename of KstAVector to Kst::EditableVector


 M  +2 -2      vectorfactory.cpp  


--- branches/work/kst/portto4/kst/src/libkst/vectorfactory.cpp #719741:719742
@@ -14,7 +14,7 @@
 #include "kstdebug.h"
 #include "kstvector.h"
 #include "kstsvector.h"
-#include "kstavector.h"
+#include "editablevector.h"
 #include "kstrvector.h"
 #include "kstdatacollection.h"
 
@@ -169,7 +169,7 @@
     return 0;
   }
 
-  KstVectorPtr vector = new KstAVector(tag, data);
+  KstVectorPtr vector = new EditableVector(tag, data);
   return vector.data();
 }
 


More information about the Kst mailing list