added const for Mac OS X compilation

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@10060 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Gilles Depeyrot
2001-05-08 18:31:36 +00:00
parent 65a9e6162b
commit f87a708b14
3 changed files with 3 additions and 3 deletions

View File

@@ -51,7 +51,7 @@ extern int wxPageNumber;
class WXDLLEXPORT wxMacPortSetter
{
public :
wxMacPortSetter( wxDC* dc ) ;
wxMacPortSetter( const wxDC* dc ) ;
~wxMacPortSetter() ;
private :
AGAPortHelper m_ph ;