X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/37494cb3360d119f0da8314463ece1a6144f8de6..1b7751aaa9a86d76a850b9267bc0c201e3cea30f:/interface/wx/weakref.h?ds=sidebyside diff --git a/interface/wx/weakref.h b/interface/wx/weakref.h index 6e988f0e12..bf79582c7e 100644 --- a/interface/wx/weakref.h +++ b/interface/wx/weakref.h @@ -18,7 +18,7 @@ is to handle objects which derived type one does not know. @note wxWeakRef 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).