diff --git a/rtgui/editorpanel.cc b/rtgui/editorpanel.cc index 7bc1631d3..5160f695f 100644 --- a/rtgui/editorpanel.cc +++ b/rtgui/editorpanel.cc @@ -374,7 +374,7 @@ public: }; EditorPanel::EditorPanel (FilePanel* filePanel) - : realized(false), iHistoryShow(nullptr), iHistoryHide(nullptr), iTopPanel_1_Show(nullptr), iTopPanel_1_Hide(nullptr), iRightPanel_1_Show(nullptr), iRightPanel_1_Hide(nullptr), iBeforeLockON(nullptr), iBeforeLockOFF(nullptr), beforePreviewHandler(nullptr), beforeIarea(nullptr), beforeBox(nullptr), afterBox(nullptr), afterHeaderBox(nullptr), parent(nullptr), openThm(nullptr), ipc(nullptr), beforeIpc(nullptr), isProcessing(false), catalogPane(nullptr) + : catalogPane(nullptr), realized(false), iHistoryShow(nullptr), iHistoryHide(nullptr), iTopPanel_1_Show(nullptr), iTopPanel_1_Hide(nullptr), iRightPanel_1_Show(nullptr), iRightPanel_1_Hide(nullptr), iBeforeLockON(nullptr), iBeforeLockOFF(nullptr), beforePreviewHandler(nullptr), beforeIarea(nullptr), beforeBox(nullptr), afterBox(nullptr), afterHeaderBox(nullptr), parent(nullptr), openThm(nullptr), ipc(nullptr), beforeIpc(nullptr), isProcessing(false) { epih = new EditorPanelIdleHelper; diff --git a/rtgui/editorpanel.h b/rtgui/editorpanel.h index 609df5236..4434a660e 100644 --- a/rtgui/editorpanel.h +++ b/rtgui/editorpanel.h @@ -193,7 +193,6 @@ private: ToolPanelCoordinator* tpc; RTWindow* parent; //SaveAsDialog* saveAsDialog; - BatchToolPanelCoordinator* btpCoordinator; FilePanel* fPanel; bool firstProcessingDone;