]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/stack.h
changed to behave in same way as native win32 control and generic wxListCtrl when...
[wxWidgets.git] / include / wx / stack.h
index 8cd78bf271c9c565efae23d2665f7e22ad9a3ff4..e359111c40439985393d21bcfb29e0e51762a5c3 100644 (file)
@@ -5,7 +5,7 @@
 // Modified by:
 // Created:     30.07.2001
 // Copyright:   (c) 2001 Lindsay Mathieson <lindsay@mathieson.org>
-// Licence:     wxWindows license
+// Licence:     wxWindows licence
 ///////////////////////////////////////////////////////////////////////////////
 
 #ifndef _WX_STACK_H_
 
 #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)\
        {\