diff --git a/src/Editor/WorldEditor/CLayerEditor.h b/src/Editor/WorldEditor/CLayerEditor.h index fccffa99..75b93a21 100644 --- a/src/Editor/WorldEditor/CLayerEditor.h +++ b/src/Editor/WorldEditor/CLayerEditor.h @@ -17,7 +17,8 @@ class CLayerEditor : public QDialog public: explicit CLayerEditor(QWidget *parent = nullptr); - ~CLayerEditor(); + ~CLayerEditor() override; + void SetArea(CGameArea *pArea); public slots: