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…
Reference in New Issue