projects
/
wxWidgets.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
6a219e3
)
Fix typo in wxStack<T> documentation.
author
Vadim Zeitlin
<vadim@wxwidgets.org>
Wed, 2 Mar 2011 10:28:20 +0000
(10:28 +0000)
committer
Vadim 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
patch
|
blob
|
blame
|
history
diff --git
a/interface/wx/stack.h
b/interface/wx/stack.h
index fbf5b3b737b885abc55e069c4a4cb817ae675619..859f48894a243feb44cc91deb38cfa1323a1307c 100644
(file)
--- a/
interface/wx/stack.h
+++ b/
interface/wx/stack.h
@@
-31,7
+31,7
@@
@since 2.9.2
*/
template <typename T>
-class wxS
ort
<T>
+class wxS
tack
<T>
{
public:
/// Type of the underlying container used.