From: Robin Dunn Date: Tue, 26 Jun 2012 18:25:29 +0000 (+0000) Subject: Don't hide the m_mm_to_pix_x and m_mm_to_pix_y in the base class by redefining them... X-Git-Url: https://git.saurik.com/wxWidgets.git/commitdiff_plain/34c92eeeb71bdfbaf174274d03debceabc9074e2 Don't hide the m_mm_to_pix_x and m_mm_to_pix_y in the base class by redefining them in a derived class. Fixes #14399. git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@71866 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- diff --git a/include/wx/dcgraph.h b/include/wx/dcgraph.h index 18a173c435..c0fa7451b1 100644 --- a/include/wx/dcgraph.h +++ b/include/wx/dcgraph.h @@ -206,7 +206,6 @@ public: protected: // scaling variables bool m_logicalFunctionSupported; - double m_mm_to_pix_x, m_mm_to_pix_y; wxGraphicsMatrix m_matrixOriginal; wxGraphicsMatrix m_matrixCurrent;