diff options
Diffstat (limited to 'editor/surface_upgrade_tool.h')
-rw-r--r-- | editor/surface_upgrade_tool.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/editor/surface_upgrade_tool.h b/editor/surface_upgrade_tool.h index 3660df7ae0..071b85bfd1 100644 --- a/editor/surface_upgrade_tool.h +++ b/editor/surface_upgrade_tool.h @@ -56,9 +56,9 @@ protected: static void _bind_methods(); public: - static SurfaceUpgradeTool *get_singleton() { return singleton; }; + static SurfaceUpgradeTool *get_singleton() { return singleton; } - bool is_show_requested() const { return show_requested; }; + bool is_show_requested() const { return show_requested; } void show_popup() { _show_popup(); } void prepare_upgrade(); |