Fix a warning, #5016

This commit is contained in:
heckflosse
2018-12-17 21:19:04 +01:00
parent 8e7522dd5c
commit af80df7a37

View File

@@ -28,7 +28,7 @@
using namespace rtengine::procparams;
ToolPanelCoordinator::ToolPanelCoordinator (bool batch) : ipc (nullptr), hasChanged (false), editDataProvider (nullptr), favoritePanelSW(nullptr)
ToolPanelCoordinator::ToolPanelCoordinator (bool batch) : ipc (nullptr), favoritePanelSW(nullptr), hasChanged (false), editDataProvider (nullptr)
{
favoritePanel = Gtk::manage (new ToolVBox ());