AsyncContinChainLink: Make getCallersContinuationShPtr() const
This commit is contained in:
@@ -68,7 +68,7 @@ public:
|
||||
|
||||
// Implement the virtual method from AsynchronousContinuationChainLink
|
||||
virtual std::shared_ptr<AsynchronousContinuationChainLink>
|
||||
getCallersContinuationShPtr() override
|
||||
getCallersContinuationShPtr() const override
|
||||
{ return originalCallback.callerContinuation; }
|
||||
|
||||
public:
|
||||
|
||||
Reference in New Issue
Block a user