1
0
mirror of https://github.com/godotengine/godot.git synced 2025-11-04 12:00:25 +00:00

Web: Fix editor build after #pragma once refactoring

This commit is contained in:
Rémi Verschelde
2025-03-20 18:43:16 +01:00
parent 03359c8735
commit 622dbe3713

View File

@@ -44,10 +44,3 @@ public:
WebToolsEditorPlugin();
};
#else
class WebToolsEditorPlugin {
public:
static void initialize() {}
};