]> git.saurik.com Git - wxWidgets.git/blobdiff - interface/wx/stack.h
Move code removing "-psn_xxx" command line arguments to common code.
[wxWidgets.git] / interface / wx / stack.h
index fbf5b3b737b885abc55e069c4a4cb817ae675619..9675303553b1c1c9b58f7441f98536b31a94e584 100644 (file)
@@ -2,7 +2,6 @@
 // Name:        wx/stack.h
 // Purpose:     interface of wxStack<T>
 // Author:      Vadim Zeitlin
-// RCS-ID:      $Id$
 // Copyright:   (c) 2011 Vadim Zeitlin <vadim@wxwidgets.org>
 // Licence:     wxWindows licence
 /////////////////////////////////////////////////////////////////////////////
@@ -31,7 +30,7 @@
     @since 2.9.2
 */
 template <typename T>
-class wxSort<T>
+class wxStack<T>
 {
 public:
     /// Type of the underlying container used.