Further makefile and compile fixes.
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@3335 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
@@ -328,9 +328,7 @@ wxPropertyValue *wxPropertyValue::NewCopy(void) const
|
||||
return new wxPropertyValue(m_value.stringPtr);
|
||||
|
||||
case wxPropertyValueNull:
|
||||
#ifdef __X__
|
||||
cerr << "Should never get here!\n";
|
||||
#endif
|
||||
wxFAIL_MSG( _T("Should never get here!\n" ) );
|
||||
break;
|
||||
}
|
||||
return NULL;
|
||||
@@ -395,9 +393,7 @@ void wxPropertyValue::Copy(wxPropertyValue& copyFrom)
|
||||
return;
|
||||
}
|
||||
case wxPropertyValueNull:
|
||||
#ifdef __X__
|
||||
cerr << "Should never get here!\n";
|
||||
#endif
|
||||
wxFAIL_MSG( _T("Should never get here!\n" ) );
|
||||
break;
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user