Crash when clicking on the hand tool button, fixes #3222

This commit is contained in:
heckflosse 2016-03-16 19:12:00 +01:00
parent 137ea4cdfa
commit 4979c0c836

View File

@ -28,7 +28,7 @@
using namespace rtengine::procparams;
ToolPanelCoordinator::ToolPanelCoordinator () : ipc(NULL)
ToolPanelCoordinator::ToolPanelCoordinator () : ipc(nullptr), editDataProvider(nullptr)
{
exposurePanel = Gtk::manage (new ToolVBox ());