aboutsummaryrefslogtreecommitdiffstats
path: root/src/menu/static_rectangle.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/menu/static_rectangle.hpp')
-rw-r--r--src/menu/static_rectangle.hpp3
1 files changed, 1 insertions, 2 deletions
diff --git a/src/menu/static_rectangle.hpp b/src/menu/static_rectangle.hpp
index 7cee1a94..69f402c2 100644
--- a/src/menu/static_rectangle.hpp
+++ b/src/menu/static_rectangle.hpp
@@ -41,7 +41,6 @@ namespace usdx
StaticRectangle(const RgbColor& stroke, const Dimension<int>& rect);
virtual ~StaticRectangle();
};
-};
-
+}
#endif