From ba2bf102156c921eb3eba950cfe46d593105240e Mon Sep 17 00:00:00 2001 From: Alexander Sulfrian Date: Fri, 7 Sep 2012 01:41:35 +0200 Subject: menu: code style: change naming of bool-getter to is prefix --- src/menu/drawable.hpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/menu/drawable.hpp') 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; }; }; -- cgit v1.2.3