|
From: <syn...@us...> - 2009-12-22 11:36:44
|
Revision: 1067
http://loki-lib.svn.sourceforge.net/loki-lib/?rev=1067&view=rev
Author: syntheticpp
Date: 2009-12-22 11:36:36 +0000 (Tue, 22 Dec 2009)
Log Message:
-----------
gcc fixes, thanks to Roland Pabel
Modified Paths:
--------------
trunk/test/SmartPtr/main.cpp
trunk/test/SmartPtr/strong.cpp
Modified: trunk/test/SmartPtr/main.cpp
===================================================================
--- trunk/test/SmartPtr/main.cpp 2009-12-22 11:35:46 UTC (rev 1066)
+++ trunk/test/SmartPtr/main.cpp 2009-12-22 11:36:36 UTC (rev 1067)
@@ -1143,7 +1143,7 @@
virtual ~Dog() {}
};
-};
+}
// ----------------------------------------------------------------------------
Modified: trunk/test/SmartPtr/strong.cpp
===================================================================
--- trunk/test/SmartPtr/strong.cpp 2009-12-22 11:35:46 UTC (rev 1066)
+++ trunk/test/SmartPtr/strong.cpp 2009-12-22 11:36:36 UTC (rev 1067)
@@ -1213,7 +1213,7 @@
virtual ~Dog() {}
};
-};
+}
// ----------------------------------------------------------------------------
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|