]> git.saurik.com Git - wxWidgets.git/blobdiff - contrib/src/xrc/xh_unkwn.cpp
Copyright cleanup
[wxWidgets.git] / contrib / src / xrc / xh_unkwn.cpp
index 5896ed5e0b35f3333a2ba29988f49b2e32759385..99a514c18fc66a5c9dc1176abb26578265151b0d 100644 (file)
@@ -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);