Explicitly return Boolean value as declared
This commit is contained in:
@@ -678,7 +678,7 @@ bool wxVariant::GetBool() const
|
|||||||
else
|
else
|
||||||
{
|
{
|
||||||
wxFAIL_MSG(wxT("Could not convert to a bool"));
|
wxFAIL_MSG(wxT("Could not convert to a bool"));
|
||||||
return 0;
|
return false;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user