aboutsummaryrefslogtreecommitdiffstats
path: root/src/utils/text_file.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/utils/text_file.hpp')
-rw-r--r--src/utils/text_file.hpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/utils/text_file.hpp b/src/utils/text_file.hpp
index 0f06b727..5426f2f2 100644
--- a/src/utils/text_file.hpp
+++ b/src/utils/text_file.hpp
@@ -44,6 +44,6 @@ namespace usdx
boost::filesystem::ifstream &stream(void);
const std::streamsize get_filesize(void);
};
-};
+}
#endif