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/utils/color/rgb.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'test/utils/color/rgb.cpp') diff --git a/test/utils/color/rgb.cpp b/test/utils/color/rgb.cpp index 68037973..932be8b4 100644 --- a/test/utils/color/rgb.cpp +++ b/test/utils/color/rgb.cpp @@ -85,4 +85,4 @@ namespace usdx CPPUNIT_TEST_SUITE_REGISTRATION(RgbColorTest); -}; +} -- cgit v1.2.3