]> git.saurik.com Git - wxWidgets.git/blobdiff - utils/HelpGen/src/srcparser.cpp
Lesstif compilation fix.
[wxWidgets.git] / utils / HelpGen / src / srcparser.cpp
index 54068894019c1cf59a8e9885b9a9d3baf9d5fa05..b0c12f40f4112926274ce8e6ce37874f7209e9bf 100644 (file)
@@ -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()