From: Robin Dunn Date: Thu, 12 Feb 2004 01:32:03 +0000 (+0000) Subject: Fix ambiguity X-Git-Url: https://git.saurik.com/wxWidgets.git/commitdiff_plain/04e271558d8a60103d10fcde1c33e6f12f6461bf Fix ambiguity git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@25760 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- diff --git a/wxPython/src/_dataobj.i b/wxPython/src/_dataobj.i index 60b4a88421..c93fe8b8d4 100644 --- a/wxPython/src/_dataobj.i +++ b/wxPython/src/_dataobj.i @@ -57,8 +57,8 @@ public: %nokwargs operator==; %nokwargs operator!=; - bool operator==(int /*wxDataFormatId*/ format) const; - bool operator!=(int /*wxDataFormatId*/ format) const; + bool operator==(wxDataFormatId format) const; + bool operator!=(wxDataFormatId format) const; bool operator==(const wxDataFormat& format) const; bool operator!=(const wxDataFormat& format) const;