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