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() {} }; -}; +} // ----------------------------------------------------------------------------