aboutsummaryrefslogtreecommitdiffstats
path: root/src/utils/image.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/utils/image.hpp')
-rw-r--r--src/utils/image.hpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/utils/image.hpp b/src/utils/image.hpp
index 3ca973fd..cd9e179f 100644
--- a/src/utils/image.hpp
+++ b/src/utils/image.hpp
@@ -63,6 +63,6 @@ namespace usdx
const SDL_Surface* get_surface(void) const;
const Dimension<int> get_size(void) const;
};
-};
+}
#endif