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:
parent
6a219e34a0
commit
85c8e8f80f
@ -31,7 +31,7 @@
|
|||||||
@since 2.9.2
|
@since 2.9.2
|
||||||
*/
|
*/
|
||||||
template <typename T>
|
template <typename T>
|
||||||
class wxSort<T>
|
class wxStack<T>
|
||||||
{
|
{
|
||||||
public:
|
public:
|
||||||
/// Type of the underlying container used.
|
/// Type of the underlying container used.
|
||||||
|
Loading…
Reference in New Issue
Block a user