X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/4b5a79cf542413329210bda962798a269c2091dd..b3eb9bf553bff19d1004956aa40c5dae805dc450:/wxPython/src/_misc.i?ds=sidebyside

diff --git a/wxPython/src/_misc.i b/wxPython/src/_misc.i
index c412e3026f..ccf9aa10c0 100644
--- a/wxPython/src/_misc.i
+++ b/wxPython/src/_misc.i
@@ -124,7 +124,7 @@ MustHaveApp(wxBusyInfo);
 
 class wxBusyInfo : public wxObject {
 public:
-    wxBusyInfo(const wxString& message);
+    wxBusyInfo(const wxString& message, wxWindow *parent = NULL);
     ~wxBusyInfo();
 
     %pythoncode { def Destroy(self): pass }
@@ -140,7 +140,8 @@ class  wxStopWatch
 public:
     // ctor starts the stop watch
     wxStopWatch();
-
+    ~wxStopWatch();
+    
     // start the stop watch at the moment t0
     void Start(long t0 = 0);