X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/3c648a82a574a5fad06fdbdc61c4e10e340438c2..506c7b5b69c42378a3ec53bf6084b909c0c05ccf:/include/wx/stack.h diff --git a/include/wx/stack.h b/include/wx/stack.h index 8cd78bf271..e359111c40 100644 --- a/include/wx/stack.h +++ b/include/wx/stack.h @@ -5,7 +5,7 @@ // Modified by: // Created: 30.07.2001 // Copyright: (c) 2001 Lindsay Mathieson -// Licence: wxWindows license +// Licence: wxWindows licence /////////////////////////////////////////////////////////////////////////////// #ifndef _WX_STACK_H_ @@ -13,10 +13,10 @@ #include "wx/vector.h" -#define WX_DECLARE_STL_STACK(obj, cls)\ +#define WX_DECLARE_STACK(obj, cls)\ class cls : public wxVectorBase\ {\ - WX_DECLARE_STL_VECTORBASE(obj, cls);\ + WX_DECLARE_VECTORBASE(obj, cls);\ public:\ void push(const obj& o)\ {\