]> git.saurik.com Git - wxWidgets.git/blobdiff - interface/wx/dcgraph.h
Document wxEnhMetaFileDC-related wxGraphics functions.
[wxWidgets.git] / interface / wx / dcgraph.h
index b93391bd5b5e32ddcb28526929aa5713408dc32c..acd5b58b2df02ec45cac708bb28df742f80bb292 100644 (file)
@@ -3,7 +3,7 @@
 // Purpose:     interface of wxGCDC
 // Author:      wxWidgets team
 // RCS-ID:      $Id$
-// Licence:     wxWindows license
+// Licence:     wxWindows licence
 /////////////////////////////////////////////////////////////////////////////
 
 /**
@@ -38,6 +38,6 @@ public:
     /**
        Retrieves associated wxGraphicsContext
     */
-    wxGraphicsContext* GetGraphicsContext();
+    wxGraphicsContext* GetGraphicsContext() const;
 };