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:
Robert Roebling
1999-08-10 13:12:19 +00:00
parent 0ae2df3052
commit 3a2490c684
5 changed files with 8 additions and 11 deletions

View File

@@ -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;
}
}