]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/generic/plot.h
rewrote wxFileName::Normalize(), added a few methods, general clean up,
[wxWidgets.git] / include / wx / generic / plot.h
index 69db90d019697f5c215eb9c5bd5e003dcb048939..a929055c57036018e5021d3705a7e5cb52478fe0 100644 (file)
@@ -325,9 +325,9 @@ public:
     void ResetScrollbar();
 
 private:
-    friend wxPlotArea;
-    friend wxPlotXAxisArea;
-    friend wxPlotYAxisArea;
+    friend class wxPlotArea;
+    friend class wxPlotXAxisArea;
+    friend class wxPlotYAxisArea;
 
     double             m_xUnitsPerValue;
     double             m_xZoom;