aboutsummaryrefslogtreecommitdiffstats
path: root/src/utils/locale_independent_float.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/utils/locale_independent_float.hpp')
-rw-r--r--src/utils/locale_independent_float.hpp2
1 files changed, 1 insertions, 1 deletions
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