summaryrefslogtreecommitdiff
path: root/scene/gui/menu_button.h
diff options
context:
space:
mode:
Diffstat (limited to 'scene/gui/menu_button.h')
-rw-r--r--scene/gui/menu_button.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/scene/gui/menu_button.h b/scene/gui/menu_button.h
index 08a8a43f55..1bd9b155b2 100644
--- a/scene/gui/menu_button.h
+++ b/scene/gui/menu_button.h
@@ -54,7 +54,7 @@ protected:
static void _bind_methods();
public:
- PopupMenu *get_popup();
+ PopupMenu *get_popup() const;
void set_disable_shortcuts(bool p_disabled);
MenuButton();