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/dimension_translator.hpp | 8 +++----- 1 file changed, 3 insertions(+), 5 deletions(-) (limited to 'src/utils/dimension_translator.hpp') diff --git a/src/utils/dimension_translator.hpp b/src/utils/dimension_translator.hpp index 8b34df3b..e3df4fee 100644 --- a/src/utils/dimension_translator.hpp +++ b/src/utils/dimension_translator.hpp @@ -64,19 +64,17 @@ namespace usdx return boost::optional(out.str()); } }; -}; +} namespace boost { namespace property_tree { - template struct translator_between, usdx::Dimension > { typedef usdx::DimensionTranslator type; }; - - }; -}; + } +} #endif -- cgit v1.2.3