]> git.saurik.com Git - wxWidgets.git/blobdiff - interface/wx/stack.h
Make the CreateTool factories be public so they can be used from application code
[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.