]> git.saurik.com Git - wxWidgets.git/blobdiff - wxPython/src/_dataobj.i
changed wxPlatform implicit conversion to string to return const reference to wxStrin...
[wxWidgets.git] / wxPython / src / _dataobj.i
index 996469245c0664aa4eb0dad840dfd477205970a7..f7878086821c8de04c16bf83eda0ab78e0a716dc 100644 (file)
@@ -114,10 +114,14 @@ constants.", "");
         "Returns the platform-specific number identifying the format.", "");
     
 
-    DocDeclStr(
-        wxString , GetId() const,
-        "Returns the name of a custom format (this function will fail for a
-standard format).", "");
+    %Rename(_GetId, wxString , GetId() const);
+    %pythoncode {
+        def GetId(self):
+            """Returns the name of a custom format (this function will fail for a
+standard format)."""
+            nolog = wx.LogNull()
+            return self._GetId()
+    }
     
     DocDeclStr(
         void , SetId(const wxString& format),