mirror of
https://github.com/godotengine/godot.git
synced 2025-04-01 00:41:35 +08:00
Merge pull request #21224 from hpvb/fix-stray-semicolon
Remove a stray semicolon
This commit is contained in:
commit
16f7ff1ee9
@ -31,7 +31,7 @@
|
||||
#ifndef EDITORPLUGINSETTINGS_H
|
||||
#define EDITORPLUGINSETTINGS_H
|
||||
|
||||
#include "editor/plugin_config_dialog.h";
|
||||
#include "editor/plugin_config_dialog.h"
|
||||
#include "editor_data.h"
|
||||
#include "property_editor.h"
|
||||
#include "scene/gui/dialogs.h"
|
||||
|
Loading…
x
Reference in New Issue
Block a user