summaryrefslogtreecommitdiffstats
path: root/editor/plugins/dedicated_server_export_plugin.h
diff options
context:
space:
mode:
Diffstat (limited to 'editor/plugins/dedicated_server_export_plugin.h')
-rw-r--r--editor/plugins/dedicated_server_export_plugin.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/editor/plugins/dedicated_server_export_plugin.h b/editor/plugins/dedicated_server_export_plugin.h
index cb014ae52d..8991c052b3 100644
--- a/editor/plugins/dedicated_server_export_plugin.h
+++ b/editor/plugins/dedicated_server_export_plugin.h
@@ -40,7 +40,7 @@ private:
EditorExportPreset::FileExportMode _get_export_mode_for_path(const String &p_path);
protected:
- String _get_name() const override { return "DedicatedServer"; }
+ String get_name() const override { return "DedicatedServer"; }
PackedStringArray _get_export_features(const Ref<EditorExportPlatform> &p_platform, bool p_debug) const override;
uint64_t _get_customization_configuration_hash() const override;