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:
@@ -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",
|
||||
|
Reference in New Issue
Block a user