// 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
/////////////////////////////////////////////////////////////////////////////
@since 2.9.2
*/
template <typename T>
-class wxSort<T>
+class wxStack<T>
{
public:
/// Type of the underlying container used.