uppsrc: cosmetics: //$- around all Expands

git-svn-id: svn://ultimatepp.org/upp/trunk@8537 f0d560ea-af0d-0410-9eb7-867de7ffcac7
This commit is contained in:
cxl 2015-06-13 18:13:59 +00:00
parent 7bda84de8c
commit 0d87ac1cd6
13 changed files with 51 additions and 13 deletions

View file

@ -2000,6 +2000,7 @@ void ArrayCtrl::AddSeparator()
DisableLine(ii);
}
//$-
#define E__Addv(I) Set0(q, I - 1, p##I)
#define E__AddF(I) \
void ArrayCtrl::Add(__List##I(E__Value)) { \
@ -2008,6 +2009,7 @@ void ArrayCtrl::Add(__List##I(E__Value)) { \
AfterSet(q); \
}
__Expand(E__AddF)
//$+
void ArrayCtrl::Insert(int i, int count) {
if(i < array.GetCount()) {