]> git.saurik.com Git - wxWidgets.git/blobdiff - wxPython/src/_dc.i
Fixed typo
[wxWidgets.git] / wxPython / src / _dc.i
index 019e6216981e93eafd100f516230202a0590470b..70642a432739a22f33055a8a73a0015003f7beb6 100644 (file)
@@ -478,6 +478,10 @@ strings.", "");
     %pythoncode { def __nonzero__(self): return self.Ok() };
 
 
+#ifdef __WXMSW__
+    long GetHDC();
+#endif
+
 
     %extend { // See drawlist.cpp for impplementaion of these...
         PyObject* _DrawPointList(PyObject* pyCoords, PyObject* pyPens, PyObject* pyBrushes)