]> git.saurik.com Git - wxWidgets.git/commitdiff
removed extra semi colon which provoked CW warnings (replaces patch 596658)
authorVadim Zeitlin <vadim@wxwidgets.org>
Tue, 20 Aug 2002 13:21:02 +0000 (13:21 +0000)
committerVadim Zeitlin <vadim@wxwidgets.org>
Tue, 20 Aug 2002 13:21:02 +0000 (13:21 +0000)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@16615 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

include/wx/dynarray.h

index f0e511682056f97afb3f76dea30559e5f9314713..97e25174802bb543efc181cbc964d2fa2ce75925 100644 (file)
@@ -119,7 +119,7 @@ private:                                                            \
           m_nCount;                                                 \
                                                                     \
   T      *m_pItems;                                                 \
-};
+}
 
 // ============================================================================
 // The private helper macros containing the core of the array classes