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:
@@ -433,7 +433,7 @@ void wxPluginLibrary::RestoreClassInfo()
|
||||
info = wxClassInfo::sm_first;
|
||||
while( info->m_next && info->m_next != m_after ) info = info->m_next;
|
||||
|
||||
wxASSERT_MSG( info, _T("ClassInfo from wxPluginLibrary not found on purge"))
|
||||
wxASSERT_MSG( info, _T("ClassInfo from wxPluginLibrary not found on purge"));
|
||||
|
||||
info->m_next = m_before;
|
||||
}
|
||||
|
Reference in New Issue
Block a user