From bcd836eb265cb5e44aeac6a343342f7b372056c6 Mon Sep 17 00:00:00 2001 From: Alexander Sulfrian Date: Sun, 4 May 2014 05:56:45 +0200 Subject: remove semicolon after namespace Class definitions have to end with a semicolon but not namespaces. So remove this everywhere. --- test/menu/application.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'test/menu') diff --git a/test/menu/application.cpp b/test/menu/application.cpp index b8757e53..daa68ac2 100644 --- a/test/menu/application.cpp +++ b/test/menu/application.cpp @@ -80,4 +80,4 @@ namespace usdx log4cpp::Category::getInstance("test.usdx.menu.application"); CPPUNIT_TEST_SUITE_REGISTRATION(ApplicationTest); -}; +} -- cgit v1.2.3