X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/5ed345b7edec3552c51b3cf9453a81b29568e946..15b41e900b5bb946cc885b87ed0edd8f745bf22a:/src/xrc/xh_unkwn.cpp?ds=inline diff --git a/src/xrc/xh_unkwn.cpp b/src/xrc/xh_unkwn.cpp index 5896ed5e0b..99a514c18f 100644 --- a/src/xrc/xh_unkwn.cpp +++ b/src/xrc/xh_unkwn.cpp @@ -52,7 +52,7 @@ protected: void wxUnknownControlContainer::AddChild(wxWindowBase *child) { - wxASSERT_MSG( !m_controlAdded, wxT("Couldn't add two unknown controls to the same container!") ) + wxASSERT_MSG( !m_controlAdded, wxT("Couldn't add two unknown controls to the same container!") ); wxPanel::AddChild(child);