proper renderer default
This commit is contained in:
parent
f8e23fd9ef
commit
fcbfc427d1
@ -74,7 +74,7 @@ class lambda {
|
|||||||
|
|
||||||
std::string operator()(
|
std::string operator()(
|
||||||
const std::string& text = "",
|
const std::string& text = "",
|
||||||
renderer renderer = renderer()) const
|
renderer renderer = [](const std::string&){ return "";}) const
|
||||||
{
|
{
|
||||||
return fun(text, renderer);
|
return fun(text, renderer);
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user