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/utils/locale_independent_float.hpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/utils/locale_independent_float.hpp') diff --git a/src/utils/locale_independent_float.hpp b/src/utils/locale_independent_float.hpp index 619b6801..47111a0f 100644 --- a/src/utils/locale_independent_float.hpp +++ b/src/utils/locale_independent_float.hpp @@ -50,6 +50,6 @@ namespace usdx std::istream& operator>> (std::istream& is, LocaleIndependentFloat& float_value); std::istream& operator>> (std::istream& is, LocaleIndependentFloat* float_value); -}; +} #endif -- cgit v1.2.3