projects
/
wxWidgets.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
hack to _really_ fix crashes in comctl32.dll when processing HDN_GETDISPINFO
[wxWidgets.git]
/
utils
/
HelpGen
/
src
/
srcparser.cpp
diff --git
a/utils/HelpGen/src/srcparser.cpp
b/utils/HelpGen/src/srcparser.cpp
index 54068894019c1cf59a8e9885b9a9d3baf9d5fa05..b0c12f40f4112926274ce8e6ce37874f7209e9bf 100644
(file)
--- a/
utils/HelpGen/src/srcparser.cpp
+++ b/
utils/HelpGen/src/srcparser.cpp
@@
-346,7
+346,7
@@
void spContext::RemoveThisContext()
mpParent->RemoveChild( this );
else
// context should have a parent
mpParent->RemoveChild( this );
else
// context should have a parent
- wx
ASSERT(0
);
+ wx
FAIL_MSG("Context should have a parent"
);
}
spContext* spContext::GetOutterContext()
}
spContext* spContext::GetOutterContext()