From 1a2e0328a04fdb5f255f7094ef83237d76702db4 Mon Sep 17 00:00:00 2001 From: syntheticpp Date: Tue, 22 Dec 2009 11:36:36 +0000 Subject: [PATCH] gcc fixes, thanks to Roland Pabel git-svn-id: svn://svn.code.sf.net/p/loki-lib/code/trunk@1067 7ec92016-0320-0410-acc4-a06ded1c099a --- test/SmartPtr/main.cpp | 2 +- test/SmartPtr/strong.cpp | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/test/SmartPtr/main.cpp b/test/SmartPtr/main.cpp index 578315d..104aa9d 100644 --- a/test/SmartPtr/main.cpp +++ b/test/SmartPtr/main.cpp @@ -1143,7 +1143,7 @@ namespace virtual ~Dog() {} }; -}; +} // ---------------------------------------------------------------------------- diff --git a/test/SmartPtr/strong.cpp b/test/SmartPtr/strong.cpp index ddfe7c8..436d72a 100644 --- a/test/SmartPtr/strong.cpp +++ b/test/SmartPtr/strong.cpp @@ -1213,7 +1213,7 @@ namespace virtual ~Dog() {} }; -}; +} // ----------------------------------------------------------------------------