X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/530a7383f26e57b61748d76502229283462a0ede..b51b78a9c7b50053cdcf4a22d2222500a20eb8ee:/src/generic/plot.cpp diff --git a/src/generic/plot.cpp b/src/generic/plot.cpp index 46ded83bd8..825f5fbbb6 100644 --- a/src/generic/plot.cpp +++ b/src/generic/plot.cpp @@ -20,6 +20,8 @@ #pragma hdrstop #endif +#if wxUSE_PLOT + #ifndef WX_PRECOMP #include "wx/object.h" #include "wx/font.h" @@ -953,3 +955,5 @@ static wxBitmap *GetDownBitmap() return s_bitmap; } + +#endif // wxUSE_PLOT