Two corrections to const fix
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@36944 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
@@ -136,7 +136,7 @@ private:
|
||||
#endif // defined( __VISUALC__ )
|
||||
|
||||
// Visual C++ 2005 complains about the const
|
||||
#if defined(__VISUALC__) && __VISUALC__ >= 1400
|
||||
#if (defined(__VISUALC__) && __VISUALC__ >= 1400) || defined(__MWERKS__)
|
||||
#define _WX_DELETEFUNCTIONCONST
|
||||
#else
|
||||
#define _WX_DELETEFUNCTIONCONST const
|
||||
|
Reference in New Issue
Block a user