]> git.saurik.com Git - wxWidgets.git/blobdiff - src/common/dynload.cpp
Nicer looking OS/2 Statusbar
[wxWidgets.git] / src / common / dynload.cpp
index 3735dada227abe85ee1bef76dc42c6b809cd6ff1..f330d816656a8d467458040f35fbc43b6f3c218e 100644 (file)
@@ -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;
     }