Merge pull request #21224 from hpvb/fix-stray-semicolon

Remove a stray semicolon
This commit is contained in:
Rémi Verschelde 2018-08-20 15:14:05 +02:00 committed by GitHub
commit 16f7ff1ee9
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -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"