Remove a stray semicolon

This was causing a lot of compiler warnings for no good reason.
This commit is contained in:
Hein-Pieter van Braam 2018-08-20 15:02:09 +02:00
parent 1eb1606f34
commit e9a35c2c6b

View file

@ -31,7 +31,7 @@
#ifndef EDITORPLUGINSETTINGS_H #ifndef EDITORPLUGINSETTINGS_H
#define EDITORPLUGINSETTINGS_H #define EDITORPLUGINSETTINGS_H
#include "editor/plugin_config_dialog.h"; #include "editor/plugin_config_dialog.h"
#include "editor_data.h" #include "editor_data.h"
#include "property_editor.h" #include "property_editor.h"
#include "scene/gui/dialogs.h" #include "scene/gui/dialogs.h"