]> git.saurik.com Git - wxWidgets.git/blobdiff - contrib/src/canvas/canvas.cpp
fix for getting CW Carbon Target
[wxWidgets.git] / contrib / src / canvas / canvas.cpp
index 0cedafc9468083b60472beab11888461ed896c12..5cced6380979e0e65a58387d3a7b7d7f51774794 100644 (file)
@@ -41,7 +41,7 @@
 // globals
 //----------------------------------------------------------------------------
 
-const double pi = 3.1415926535;
+static const double pi = 3.1415926535;
 
 #if wxUSE_FREETYPE
 FT_Library g_freetypeLibrary;