]> git.saurik.com Git - wxWidgets.git/commit - src/aui/auibar.cpp
Move checks for m_art != NULL before code using m_art in wxAuiToolBar.
authorVadim Zeitlin <vadim@wxwidgets.org>
Wed, 29 Feb 2012 13:58:52 +0000 (13:58 +0000)
committerVadim Zeitlin <vadim@wxwidgets.org>
Wed, 29 Feb 2012 13:58:52 +0000 (13:58 +0000)
commitf90b69e028295b8b301d277a16adf9f27d6932ab
treea72403cfe2aaa9b31f45a9f13e1b3aeeeabd66eb
parentb02dd12239c8a59b9a545d9fcb04974f8ad02c6b
Move checks for m_art != NULL before code using m_art in wxAuiToolBar.

It doesn't make sense to check whether a pointer is NULL after using it, so do
the checks first.

In fact the m_art pointer probably can never be NULL at all as other code uses
it without checking and so these checks could probably be removed completely,
but keep them for now as I'm not totally sure if having NULL art provider is
really impossible.

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@70748 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
src/aui/auibar.cpp