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. --- src/base/config.hpp | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'src/base/config.hpp') diff --git a/src/base/config.hpp b/src/base/config.hpp index 36ee5394..d2f9d8a5 100644 --- a/src/base/config.hpp +++ b/src/base/config.hpp @@ -69,7 +69,6 @@ namespace usdx void set_debug_boxes(bool value); bool get_debug_boxes(void) const; }; -}; - +} #endif -- cgit v1.2.3