aboutsummaryrefslogtreecommitdiffstats
path: root/src/menu/clipping_helper.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/menu/clipping_helper.hpp')
-rw-r--r--src/menu/clipping_helper.hpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/menu/clipping_helper.hpp b/src/menu/clipping_helper.hpp
index cbcf7320..5a18e94b 100644
--- a/src/menu/clipping_helper.hpp
+++ b/src/menu/clipping_helper.hpp
@@ -71,6 +71,6 @@ namespace usdx
ClippingHelper(const Container*, const Rectangle<int>&);
virtual ~ClippingHelper();
};
-};
+}
#endif