Minor corrections to be able to compile with VC++ 1.5C and VC++ 4.1
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@3462 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
@@ -370,7 +370,7 @@ void wxPropertyValue::Copy(wxPropertyValue& copyFrom)
|
||||
{
|
||||
wxChar** s = copyFrom.StringValuePtr();
|
||||
// what is this? are you trying to assign a bool or a string? VA can't figure it out..
|
||||
#if defined(__VISAGECPP__)
|
||||
#if defined(__VISAGECPP__) || defined( __VISUALC__ )
|
||||
(*this) = s;
|
||||
#else
|
||||
(*this) = s != 0;
|
||||
|
Reference in New Issue
Block a user