From: Vadim Zeitlin Date: Wed, 2 Mar 2011 10:28:20 +0000 (+0000) Subject: Fix typo in wxStack documentation. X-Git-Url: https://git.saurik.com/wxWidgets.git/commitdiff_plain/85c8e8f80fa813a264edd8e4a20ed1e64428324c Fix typo in wxStack documentation. I somehow managed to misspell wxStack as wxSort<>. Closes #13002. git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@67104 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- diff --git a/interface/wx/stack.h b/interface/wx/stack.h index fbf5b3b737..859f48894a 100644 --- a/interface/wx/stack.h +++ b/interface/wx/stack.h @@ -31,7 +31,7 @@ @since 2.9.2 */ template -class wxSort +class wxStack { public: /// Type of the underlying container used.