Remove a stray semicolon
This was causing a lot of compiler warnings for no good reason.
This commit is contained in:
parent
1eb1606f34
commit
e9a35c2c6b
1 changed files with 1 additions and 1 deletions
|
@ -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 a new issue