mirror of
https://github.com/TES3MP/TES3MP.git
synced 2025-09-28 07:32:00 -04:00
Fix: initialize boolean field with boolean value, not NULL
This commit is contained in:
parent
21b16f8425
commit
138e3032ce
@ -34,7 +34,7 @@ namespace MWGui
|
|||||||
, mSourceModel(NULL)
|
, mSourceModel(NULL)
|
||||||
, mSourceView(NULL)
|
, mSourceView(NULL)
|
||||||
, mSourceSortModel(NULL)
|
, mSourceSortModel(NULL)
|
||||||
, mIsOnDragAndDrop(NULL)
|
, mIsOnDragAndDrop(false)
|
||||||
{
|
{
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user