Project::OSiRiON - Git repositories
Project::OSiRiON
News . About . Screenshots . Downloads . Forum . Wiki . Tracker . Git
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'src/ui/menu.h')
-rw-r--r--src/ui/menu.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/ui/menu.h b/src/ui/menu.h
index a909e20..e3a853a 100644
--- a/src/ui/menu.h
+++ b/src/ui/menu.h
@@ -36,7 +36,7 @@ public:
/// add a button with a command
Button *add_button(char const *text=0, char const *command=0);
-
+
protected:
/// resize event
virtual void resize();