mirror of
https://github.com/ultimatepp/ultimatepp.git
synced 2026-07-11 22:03:01 -06:00
uppsrc: cosmetics: //$- around all Expands
git-svn-id: svn://ultimatepp.org/upp/trunk@8537 f0d560ea-af0d-0410-9eb7-867de7ffcac7
This commit is contained in:
parent
3fc1c53dae
commit
484905f57d
13 changed files with 51 additions and 13 deletions
|
|
@ -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()) {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue