Correct typo in wxRefCounter description.

Closes #11047.

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@61561 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Vadim Zeitlin
2009-07-30 13:14:25 +00:00
parent f380e251aa
commit 63ff0fefcf

View File

@@ -153,7 +153,7 @@ typedef wxRefCounter wxObjectRefData;
are missed - thus avoiding memory leaks.
wxObjectRefData is a typedef to wxRefCounter and is used as the
built-in reference counted storage for wxObject derive classes.
built-in reference counted storage for wxObject-derived classes.
@library{wxbase}
@category{rtti}