aboutsummaryrefslogtreecommitdiffstats
path: root/src/utils/file.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/utils/file.hpp')
-rw-r--r--src/utils/file.hpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/utils/file.hpp b/src/utils/file.hpp
index f23ec768..19b28b82 100644
--- a/src/utils/file.hpp
+++ b/src/utils/file.hpp
@@ -35,6 +35,6 @@ namespace usdx
public:
virtual const std::streamsize get_filesize(void) = 0;
};
-};
+}
#endif