aboutsummaryrefslogtreecommitdiffstats
path: root/src/menu/drawable.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/menu/drawable.hpp')
-rw-r--r--src/menu/drawable.hpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/menu/drawable.hpp b/src/menu/drawable.hpp
index 830c16c7..74ecef94 100644
--- a/src/menu/drawable.hpp
+++ b/src/menu/drawable.hpp
@@ -58,7 +58,7 @@ namespace usdx
/**
* Getter for visible.
*/
- virtual const bool get_visible(void) const;
+ virtual const bool is_visible(void) const;
};
};