From: <md...@us...> - 2009-02-09 13:31:21
|
Revision: 6892 http://matplotlib.svn.sourceforge.net/matplotlib/?rev=6892&view=rev Author: mdboom Date: 2009-02-09 13:31:18 +0000 (Mon, 09 Feb 2009) Log Message: ----------- Remove extraneous "public:" Modified Paths: -------------- trunk/matplotlib/src/path_converters.h Modified: trunk/matplotlib/src/path_converters.h =================================================================== --- trunk/matplotlib/src/path_converters.h 2009-02-09 13:15:45 UTC (rev 6891) +++ trunk/matplotlib/src/path_converters.h 2009-02-09 13:31:18 UTC (rev 6892) @@ -366,7 +366,6 @@ template<class VertexSource> class PathQuantizer { - public: private: VertexSource* m_source; bool m_quantize; This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |