added missing semicolons after asserts (patch 567853)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@15809 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
		@@ -49,7 +49,7 @@ wxDllWidget::~wxDllWidget()
 | 
			
		||||
 | 
			
		||||
void wxDllWidget::AddChild(wxWindowBase *child)
 | 
			
		||||
{
 | 
			
		||||
    wxASSERT_MSG( !m_controlAdded, wxT("Couldn't load two widgets into one container!") )
 | 
			
		||||
    wxASSERT_MSG( !m_controlAdded, wxT("Couldn't load two widgets into one container!") );
 | 
			
		||||
 | 
			
		||||
    wxPanel::AddChild(child);
 | 
			
		||||
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user