projects
/
wxWidgets.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
f92c90e
)
removed extra semi colon which provoked CW warnings (replaces patch 596658)
author
Vadim Zeitlin
<vadim@wxwidgets.org>
Tue, 20 Aug 2002 13:21:02 +0000
(13:21 +0000)
committer
Vadim 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
patch
|
blob
|
blame
|
history
diff --git
a/include/wx/dynarray.h
b/include/wx/dynarray.h
index f0e511682056f97afb3f76dea30559e5f9314713..97e25174802bb543efc181cbc964d2fa2ce75925 100644
(file)
--- 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