uninitialized variables-navigation

This commit is contained in:
AzaezelX 2020-05-11 15:08:57 -05:00
parent f52c3d5ed2
commit a46bf3d7e5
5 changed files with 6 additions and 6 deletions

View file

@ -70,6 +70,7 @@ NavPath::NavPath() :
mRenderSearch = false;
mQuery = NULL;
mStatus = DT_FAILURE;
}
NavPath::~NavPath()