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:
Julian Smart
2006-01-18 08:34:03 +00:00
parent 717a70722e
commit 48ba35c357
2 changed files with 2 additions and 2 deletions

View File

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