diff --git a/include/tool/tool_manager.h b/include/tool/tool_manager.h index 54a0806f25..168a67cd75 100644 --- a/include/tool/tool_manager.h +++ b/include/tool/tool_manager.h @@ -171,7 +171,7 @@ public: * @return True if the action was handled immediately */ template>* = nullptr> + std::enable_if_t>* = nullptr> bool RunAction( const TOOL_ACTION& aAction, T aParam ) { // Use a cast to ensure the proper type is stored inside the parameter