[complement-svn] SF.net SVN: complement: [1664] trunk/complement/explore
Status: Pre-Alpha
Brought to you by:
complement
From: <com...@us...> - 2007-08-03 13:35:29
|
Revision: 1664 http://complement.svn.sourceforge.net/complement/?rev=1664&view=rev Author: complement Date: 2007-08-03 06:35:27 -0700 (Fri, 03 Aug 2007) Log Message: ----------- remove private keyword for dummy, to make gcc 3.3.6 happy Modified Paths: -------------- trunk/complement/explore/include/exam/suite.h trunk/complement/explore/lib/exam/ChangeLog Modified: trunk/complement/explore/include/exam/suite.h =================================================================== --- trunk/complement/explore/include/exam/suite.h 2007-08-03 10:42:32 UTC (rev 1663) +++ trunk/complement/explore/include/exam/suite.h 2007-08-03 13:35:27 UTC (rev 1664) @@ -60,7 +60,6 @@ virtual int f( test_suite *, int count = 0 ) { return count; } - private: virtual ~dummy() { } }; Modified: trunk/complement/explore/lib/exam/ChangeLog =================================================================== --- trunk/complement/explore/lib/exam/ChangeLog 2007-08-03 10:42:32 UTC (rev 1663) +++ trunk/complement/explore/lib/exam/ChangeLog 2007-08-03 13:35:27 UTC (rev 1664) @@ -1,3 +1,7 @@ +2007-08-03 Petr Ovtchenkov <pt...@is...> + + * suite.h: remove private keyword for dummy, to make gcc 3.3.6 happy. + 2007-07-21 Petr Ovtchenkov <pt...@is...> * suite.h, suite.cc: boost graph removed; This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |