AsyncContinChainLink: Make getCallersContinuationShPtr() const

This commit is contained in:
2025-09-30 13:58:00 -04:00
parent 33b61f429a
commit 774661e1f0
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -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: