]> git.saurik.com Git - wxWidgets.git/blobdiff - interface/wx/stack.h
avoid GTK+ prefixes for our tree entry code, it is not part of GTK+, should have...
[wxWidgets.git] / 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.