pi is static to avoid link error under Mac OS X (already defined by system lib)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@15418 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
parent
1759c49133
commit
2a66db28a9
@ -41,7 +41,7 @@
|
|||||||
// globals
|
// globals
|
||||||
//----------------------------------------------------------------------------
|
//----------------------------------------------------------------------------
|
||||||
|
|
||||||
const double pi = 3.1415926535;
|
static const double pi = 3.1415926535;
|
||||||
|
|
||||||
#if wxUSE_FREETYPE
|
#if wxUSE_FREETYPE
|
||||||
FT_Library g_freetypeLibrary;
|
FT_Library g_freetypeLibrary;
|
||||||
|
Loading…
Reference in New Issue
Block a user