forked from lix-project/lix
Doh
This commit is contained in:
parent
84f112b1c8
commit
e350671737
|
@ -90,7 +90,7 @@ public:
|
|||
|
||||
template<class T>
|
||||
FlagMaker & set(T * dest, const T & val) {
|
||||
flag->arity = 1;
|
||||
flag->arity = 0;
|
||||
flag->handler = [=](Strings ss) { *dest = val; };
|
||||
return *this;
|
||||
};
|
||||
|
|
Loading…
Reference in a new issue