]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/dcsvg.h
readded wxEditableListBox as part of adv library
[wxWidgets.git] / include / wx / dcsvg.h
index ac14323287d239a3eb22a5a9eca227cf64718d4b..41a25b8082d8b8fd2ae8fb7a3981771dd7b098e7 100644 (file)
@@ -248,10 +248,10 @@ class WXDLLIMPEXP_CORE wxSVGFileDC : public wxDC
         void GetClippingBox(wxCoord *WXUNUSED(x), wxCoord *WXUNUSED(y), wxCoord * WXUNUSED(width), wxCoord * WXUNUSED(height))
             { wxASSERT_MSG (false, wxT("wxSVGFILEDC::GetClippingBox Call not yet implemented")); return ; }
 
-        int GetLogicalFunction()
+        int GetLogicalFunction() const
             { wxASSERT_MSG (false, wxT("wxSVGFILEDC::GetLogicalFunction()  Call not implemented")); return wxCOPY ; }
 
-        int GetMapMode() ;
+        int GetMapMode() const ;
 
         bool GetPixel(wxCoord x, wxCoord y, wxColour *colour)
             { return DoGetPixel (x, y, colour) ; }