diff --git a/include/wx/dynarray.h b/include/wx/dynarray.h index f0e5116820..97e2517480 100644 --- a/include/wx/dynarray.h +++ b/include/wx/dynarray.h @@ -119,7 +119,7 @@ private: \ m_nCount; \ \ T *m_pItems; \ -}; +} // ============================================================================ // The private helper macros containing the core of the array classes