Final tweaks for 2.1b1

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@2914 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Robin Dunn
1999-06-28 03:10:35 +00:00
parent fd15d8f1b0
commit a08cbc0168
10 changed files with 48 additions and 10 deletions

View File

@@ -146,8 +146,7 @@ private:
// with looking up and invoking Python callback methods from C++ virtual
// method redirections. For all classes which have virtuals which should be
// overridable in wxPython, a new subclass is created that contains a
// wxPyCallbackList. This list is used to hold references to the Python
// methods.
// wxPyCallbackHelper.
//---------------------------------------------------------------------------
class wxPyCallbackHelper {