]> git.saurik.com Git - wxWidgets.git/commitdiff
Fix typo in wxStack<T> documentation.
authorVadim Zeitlin <vadim@wxwidgets.org>
Wed, 2 Mar 2011 10:28:20 +0000 (10:28 +0000)
committerVadim Zeitlin <vadim@wxwidgets.org>
Wed, 2 Mar 2011 10:28:20 +0000 (10:28 +0000)
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

interface/wx/stack.h

index fbf5b3b737b885abc55e069c4a4cb817ae675619..859f48894a243feb44cc91deb38cfa1323a1307c 100644 (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.