From 3adf5bcf2d76da36845cd87e403e37a485cfbd20 Mon Sep 17 00:00:00 2001 From: Francesco Montorsi Date: Thu, 8 Jan 2009 15:10:54 +0000 Subject: [PATCH] fix typo git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@57911 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- include/wx/graphics.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/wx/graphics.h b/include/wx/graphics.h index 8f4af2ce66..eb27c4d601 100644 --- a/include/wx/graphics.h +++ b/include/wx/graphics.h @@ -356,7 +356,7 @@ public: virtual void * GetNativeContext() = 0; // returns the current logical function - virtual wxRasterModeOperation GetLogicalFunction() const { return m_logicalFunction; } + virtual wxRasterOperationMode GetLogicalFunction() const { return m_logicalFunction; } // sets the current logical function, returns true if it supported virtual bool SetLogicalFunction(wxRasterOperationMode function); -- 2.50.0