Changed all the wxASSERT(0) calls to use wxFAIL_MSG()
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@12837 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
@@ -346,7 +346,7 @@ void spContext::RemoveThisContext()
|
||||
mpParent->RemoveChild( this );
|
||||
else
|
||||
// context should have a parent
|
||||
wxASSERT(0);
|
||||
wxFAIL_MSG("Context should have a parent");
|
||||
}
|
||||
|
||||
spContext* spContext::GetOutterContext()
|
||||
|
Reference in New Issue
Block a user