aboutsummaryrefslogtreecommitdiffstats
path: root/src/menu
diff options
context:
space:
mode:
authorAlexander Sulfrian <alexander@sulfrian.net>2009-12-26 14:32:16 +0100
committerAlexander Sulfrian <alexander@sulfrian.net>2013-01-05 17:17:42 +0100
commit29dad9d5684ce458666ff008f4c5ef8f3539bc40 (patch)
tree4b4c41429e8a748e1a515cec0739820418d0b48b /src/menu
parent0e25625d4027ebf984489a07c3b9e9e47e25ce5d (diff)
downloadusdx-29dad9d5684ce458666ff008f4c5ef8f3539bc40.tar.gz
usdx-29dad9d5684ce458666ff008f4c5ef8f3539bc40.tar.xz
usdx-29dad9d5684ce458666ff008f4c5ef8f3539bc40.zip
explicit set public scope of implemented method
Diffstat (limited to 'src/menu')
-rw-r--r--src/menu/menuBackground.hpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/menu/menuBackground.hpp b/src/menu/menuBackground.hpp
index d108eb99..3e0aa85c 100644
--- a/src/menu/menuBackground.hpp
+++ b/src/menu/menuBackground.hpp
@@ -52,6 +52,7 @@ namespace usdx
class MenuBackgroundNone : MenuBackground
{
+ public:
virtual void draw(void);
};
};