X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/660b61d7e33018ce9d54a6d5a3d7eba449d44f95..2e18fe7139558b3cb592a04a4e4668319a966ebf:/docs/doxygen/overviews/refcount.h diff --git a/docs/doxygen/overviews/refcount.h b/docs/doxygen/overviews/refcount.h index 081cad74eb..90f392ff3b 100644 --- a/docs/doxygen/overviews/refcount.h +++ b/docs/doxygen/overviews/refcount.h @@ -47,7 +47,7 @@ will return @true if two objects are identical and not only if they share the same data. Note that wxWidgets follows the STL philosophy: when a comparison -operator can not be implemented efficiently (like for e.g. wxImage's == +operator cannot be implemented efficiently (like for e.g. wxImage's == operator which would need to compare the entire image's data, pixel-by-pixel), it's not implemented at all. That's why not all reference counted classes provide comparison operators.