Skip to content

Commit d791011

Browse files
committed
std::nullptr_t -> nullptr_t
1 parent e6b86cf commit d791011

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/factory/WFTaskFactory.inl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -743,7 +743,7 @@ WFGoTask *WFTaskFactory::create_timedgo_task(time_t seconds, long nanoseconds,
743743
}
744744

745745
template<> inline
746-
void WFTaskFactory::reset_go_task(WFGoTask *task, std::nullptr_t&& func)
746+
void WFTaskFactory::reset_go_task(WFGoTask *task, nullptr_t&& func)
747747
{
748748
((__WFGoTask *)task)->set_go_func(nullptr);
749749
}

0 commit comments

Comments
 (0)