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:
Gilles Depeyrot 2002-05-08 12:32:08 +00:00
parent 1759c49133
commit 2a66db28a9

View File

@ -41,7 +41,7 @@
// globals
//----------------------------------------------------------------------------
const double pi = 3.1415926535;
static const double pi = 3.1415926535;
#if wxUSE_FREETYPE
FT_Library g_freetypeLibrary;