Fix typo in wxStack<T> documentation.

I somehow managed to misspell wxStack<T> as wxSort<>.

Closes #13002.

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@67104 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Vadim Zeitlin 2011-03-02 10:28:20 +00:00
parent 6a219e34a0
commit 85c8e8f80f

View File

@ -31,7 +31,7 @@
@since 2.9.2
*/
template <typename T>
class wxSort<T>
class wxStack<T>
{
public:
/// Type of the underlying container used.