aboutsummaryrefslogtreecommitdiffstats
path: root/src/menu/drawable.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/menu/drawable.cpp')
-rw-r--r--src/menu/drawable.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/menu/drawable.cpp b/src/menu/drawable.cpp
index c78bbfa6..796730e0 100644
--- a/src/menu/drawable.cpp
+++ b/src/menu/drawable.cpp
@@ -35,7 +35,7 @@ namespace usdx
if (visible) {
draw();
}
- };
+ }
void Drawable::set_visible(bool value)
{
@@ -46,4 +46,4 @@ namespace usdx
{
return visible;
}
-};
+}