]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/ownerdrw.h
Make wxGCDC::GetGraphicsContext() const.
[wxWidgets.git] / include / wx / ownerdrw.h
index 242f508193b6f0ecdaf19547d2b23240c18123c1..2c0fae985851da1055e01fd0713b51b5e14737ef 100644 (file)
@@ -1,5 +1,5 @@
 ///////////////////////////////////////////////////////////////////////////////
-// Name:        ownerdrw.h
+// Name:        wx/ownerdrw.h
 // Purpose:     interface for owner-drawn GUI elements
 // Author:      Vadim Zeitlin
 // Modified by: Marcin Malich
@@ -19,6 +19,8 @@
 #include "wx/font.h"
 #include "wx/colour.h"
 
+class WXDLLIMPEXP_FWD_CORE wxDC;
+
 // ----------------------------------------------------------------------------
 // wxOwnerDrawn - a mix-in base class, derive from it to implement owner-drawn
 //                behaviour