Skip to content

Commit 3e04ec3

Browse files
committed
Fix build.
1 parent eabc444 commit 3e04ec3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Common/Cpp/CancellableScope.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -111,7 +111,7 @@ class CancellableScope : public Cancellable{
111111
public:
112112
virtual ~CancellableScope() override;
113113

114-
virtual bool cancel(std::exception_ptr exception) noexcept override;
114+
virtual bool cancel(std::exception_ptr exception = nullptr) noexcept override;
115115

116116
void wait_for(std::chrono::milliseconds duration);
117117
void wait_until(WallClock stop);

0 commit comments

Comments
 (0)