Merge pull request #104406 from akien-mga/web-editor-build-fix

Web: Fix editor build after `#pragma once` refactoring
This commit is contained in:
Rémi Verschelde 2025-03-21 13:02:51 +01:00
commit ae455109c5
No known key found for this signature in database
GPG key ID: C3336907360768E1

View file

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