]> git.saurik.com Git - wxWidgets.git/blobdiff - src/generic/plot.cpp
fixed cutnpaste error samples->utils in UTILS_DIST
[wxWidgets.git] / src / generic / plot.cpp
index 46ded83bd83690ec760cf4883c4afd4bd7540824..825f5fbbb63d6815e7ba85838818595fb7de8676 100644 (file)
@@ -20,6 +20,8 @@
 #pragma hdrstop
 #endif
 
 #pragma hdrstop
 #endif
 
+#if wxUSE_PLOT
+
 #ifndef WX_PRECOMP
 #include "wx/object.h"
 #include "wx/font.h"
 #ifndef WX_PRECOMP
 #include "wx/object.h"
 #include "wx/font.h"
@@ -953,3 +955,5 @@ static wxBitmap *GetDownBitmap()
 
     return s_bitmap;
 }
 
     return s_bitmap;
 }
+
+#endif // wxUSE_PLOT