X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/6f02a879ed7efc5fcf6328ff47a1352ec82812b7..2ddff00c923d454f651aba32c8fe3654fd303e43:/include/wx/vector.h diff --git a/include/wx/vector.h b/include/wx/vector.h index 8ffc4a74f1..f8aa5625eb 100644 --- a/include/wx/vector.h +++ b/include/wx/vector.h @@ -155,7 +155,7 @@ public:\ #define _WX_DECLARE_VECTOR(obj, cls, exp)\ class exp cls : public wxVectorBase\ {\ - WX_DECLARE_VECTORBASE(obj, cls);\ + WX_DECLARE_VECTORBASE(obj, cls)\ public:\ void push_back(const obj& o)\ {\