diff --git a/sigslot/tasklet.h b/sigslot/tasklet.h index eb9ebff..f8d9fa6 100644 --- a/sigslot/tasklet.h +++ b/sigslot/tasklet.h @@ -15,7 +15,7 @@ namespace sigslot { struct tracker { virtual void terminate() {} - virtual void exception(std::exception_ptr eptr) {} + virtual void exception(std::exception_ptr const & eptr) {} virtual ~tracker() {} }; template