]> git.saurik.com Git - wxWidgets.git/commitdiff
Oops, DoLog and DoLogString are protected
authorRobin Dunn <robin@alldunn.com>
Tue, 7 Feb 2006 04:14:37 +0000 (04:14 +0000)
committerRobin Dunn <robin@alldunn.com>
Tue, 7 Feb 2006 04:14:37 +0000 (04:14 +0000)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@37371 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

wxPython/src/_log.i

index 3d52bf3a7dc1e667923187299d059348fe6e96f2..f026dead0a3c2045336220266e689707e5a23451 100644 (file)
@@ -154,9 +154,6 @@ public:
 
     %pythonAppend Destroy "args[0].thisown = 0";
     %extend { void Destroy() { delete self; } }
 
     %pythonAppend Destroy "args[0].thisown = 0";
     %extend { void Destroy() { delete self; } }
-
-    void DoLog(wxLogLevel level, const wxChar *szString, long t);
-    void DoLogString(const wxChar *szString, long t);
 };
 
 
 };