mirror of
https://github.com/TES3MP/openmw-tes3mp.git
synced 2025-03-03 03:19:40 +00:00
Fix: initialize boolean field with boolean value, not NULL
This commit is contained in:
parent
21b16f8425
commit
138e3032ce
1 changed files with 1 additions and 1 deletions
|
@ -34,7 +34,7 @@ namespace MWGui
|
|||
, mSourceModel(NULL)
|
||||
, mSourceView(NULL)
|
||||
, mSourceSortModel(NULL)
|
||||
, mIsOnDragAndDrop(NULL)
|
||||
, mIsOnDragAndDrop(false)
|
||||
{
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue