From: Robin Dunn Date: Sun, 22 Oct 2006 02:59:09 +0000 (+0000) Subject: #include dcgraph.h X-Git-Url: https://git.saurik.com/wxWidgets.git/commitdiff_plain/6240681f37b8587ce9c8893a157b105b58ee3549?ds=inline #include dcgraph.h git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@42221 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- diff --git a/wxPython/src/_graphics.i b/wxPython/src/_graphics.i index 7f6892ca9c..fd5fce2415 100644 --- a/wxPython/src/_graphics.i +++ b/wxPython/src/_graphics.i @@ -542,6 +542,9 @@ public: //--------------------------------------------------------------------------- +%{ +#include "wx/dcgraph.h" +%} class wxGCDC: public wxDC {