]> git.saurik.com Git - wxWidgets.git/blobdiff - wxPython/src/_dataobj.i
New wxDesigner-less version of the MimeTypesManager demo
[wxWidgets.git] / wxPython / src / _dataobj.i
index 56aaaa09b9afc91b99fcf5e9324a6e9ee27b824f..191ca7a74bfbbd05de8e47bd6e60c16cabc82b09 100644 (file)
@@ -445,7 +445,7 @@ public:
 class wxMetafileDataObject : public wxDataObjectSimple
 {
 public:
-    wxMetafileDataObject() { PyErr_SetNone(PyExc_NotImplementedError); }
+    wxMetafileDataObject() { wxPyRaiseNotImplemented(); }
 };    
 %}