]> git.saurik.com Git - wxWidgets.git/blobdiff - interface/wx/weakref.h
avoid infinite recursion for richtooltops, (hopefully) fixes #15070
[wxWidgets.git] / interface / wx / weakref.h
index 6e988f0e1276e4415f5d3112f83877e89a820b92..bf79582c7e15c2a40f709cff6b5aaf6f336aa2c9 100644 (file)
@@ -18,7 +18,7 @@
     is to handle objects which derived type one does not know.
 
     @note wxWeakRef<T> selects an implementation based on the static type of T.
-          If T does not have wxTrackable statically, it defaults to to a mixed-
+          If T does not have wxTrackable statically, it defaults to a mixed-
           mode operation, where it uses @c dynamic_cast as the last measure
           (if available from the compiler and enabled when building wxWidgets).