diff --git a/include/Callback.h b/include/Callback.h index 620d7be..c946298 100644 --- a/include/Callback.h +++ b/include/Callback.h @@ -104,7 +104,7 @@ inline auto make_shared_callback(_CTy&& callback) { return std::make_shared> (std::forward>(callback)); -}; +} /// Creates a weak callback which wraps the given shared or weak callback. /// If the given managed callback expires the callback is not invoked anymore.