X-Git-Url: http://g0dil.de/git?a=blobdiff_plain;f=Scheduler%2FConsole%2FParsedCommand.cti;h=eeedd3a303f0d7fcad3a163a51ef962ce0558679;hb=9eef67d8d72e604a938c0335a7d8230a0fb630ca;hp=a3f2618c154866bedb11eedd982db3448f407859;hpb=2da517bbcdb2af10d2322fc762ca27774b53b435;p=senf.git diff --git a/Scheduler/Console/ParsedCommand.cti b/Scheduler/Console/ParsedCommand.cti index a3f2618..eeedd3a 100644 --- a/Scheduler/Console/ParsedCommand.cti +++ b/Scheduler/Console/ParsedCommand.cti @@ -373,7 +373,8 @@ namespace detail { template typename senf::console::detail::ParsedCommandTraits::Attributor senf::console::senf_console_add_node(DirectoryNode & node, std::string const & name, - Function fn, int) + Function fn, int, + typename boost::enable_if_c::is_callable>::type *) { return senf::console::detail::addOverloadedCommandNode(node, name, fn); }