]> git.saurik.com Git - wxWidgets.git/blobdiff - utils/wxPython/src/helpers.h
Added tmake template for simple wxGTK makefile
[wxWidgets.git] / utils / wxPython / src / helpers.h
index 02433e748b33857215552b24a53062a368048e97..849625a4bfe321786cc92556707ac25ec64014d6 100644 (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 {