Fix: initialize boolean field with boolean value, not NULL

deque
Nikolay Kasyanov 10 years ago
parent 21b16f8425
commit 138e3032ce

@ -34,7 +34,7 @@ namespace MWGui
, mSourceModel(NULL)
, mSourceView(NULL)
, mSourceSortModel(NULL)
, mIsOnDragAndDrop(NULL)
, mIsOnDragAndDrop(false)
{
}

Loading…
Cancel
Save