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

Mike Fenton mike at staikos.net
Mon Oct 1 20:19:20 CEST 2007


SVN commit 719699 by fenton:

Updating header.


 M  +3 -9      editablematrix.h  


--- branches/work/kst/portto4/kst/src/libkst/editablematrix.h #719698:719699
@@ -1,13 +1,7 @@
 /***************************************************************************
-                 kstmatrix.h - a matrix with nX*nY editable points
-                             -------------------
-    begin                : July 2005
-    copyright            : (C) 2005 by University of British Columbia
-    email                :
- ***************************************************************************/
-
-/***************************************************************************
  *                                                                         *
+ *   copyright : (C) 2007 The University of Toronto                        *
+ *                                                                         *
  *   This program is free software; you can redistribute it and/or modify  *
  *   it under the terms of the GNU General Public License as published by  *
  *   the Free Software Foundation; either version 2 of the License, or     *
@@ -31,7 +25,7 @@
 };
 
 typedef KstSharedPtr<EditableMatrix> EditableMatrixPtr;
-typedef KstObjectList<EditableMatrix> EditableMatrixList;
+typedef KstObjectList<EditableMatrixPtr> EditableMatrixList;
 
 }
 


More information about the Kst mailing list