added the process-only option

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@52774 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Francesco Montorsi
2008-03-24 23:22:39 +00:00
parent d7ef641d4e
commit d5978709f3
3 changed files with 45 additions and 8 deletions

View File

@@ -170,6 +170,8 @@ bool wxMethod::IsOk() const
return false;
}
wxASSERT((m_bVirtual && m_bPureVirtual) || !m_bVirtual);
for (unsigned int i=0; i<m_args.GetCount(); i++)
if (!m_args[i].IsOk()) {
LogError("'%s' method has invalid %d-th argument type: %s",