diff --git a/include/mstch/mstch.hpp b/include/mstch/mstch.hpp index f09cbaa..f52c21e 100644 --- a/include/mstch/mstch.hpp +++ b/include/mstch/mstch.hpp @@ -74,7 +74,7 @@ class lambda { std::string operator()( const std::string& text = "", - renderer renderer = renderer()) const + renderer renderer = [](const std::string&){ return "";}) const { return fun(text, renderer); }