Use wxASSERT() instead of assert() in wx code.
authorVadim Zeitlin <vadim@wxwidgets.org>
Fri, 18 Sep 2009 14:04:22 +0000 (14:04 +0000)
committerVadim Zeitlin <vadim@wxwidgets.org>
Fri, 18 Sep 2009 14:04:22 +0000 (14:04 +0000)
commit2e587bb9ec1de95af31e7ccf1e5e0818ff752b0f
tree2383b36cb0db7a48f8f930d4f9f622c49bb96067
parentc81b7d7d536f55d8d0b6d53c6e581f6c047e2d2a
Use wxASSERT() instead of assert() in wx code.

This is more consistent and ensures that all asserts in wxWidgets are
controlled by a single wxDEBUG_LEVEL setting instead of also relying on NDEBUG
as standard assert() macro does.

See #11155.

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@61959 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
src/common/object.cpp
src/generic/regiong.cpp
src/osx/carbon/font.cpp