diff options
Diffstat (limited to 'cpp/include/Ice/AsyncResult.h')
-rw-r--r-- | cpp/include/Ice/AsyncResult.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/cpp/include/Ice/AsyncResult.h b/cpp/include/Ice/AsyncResult.h index 5452c5de970..c94d4f01a19 100644 --- a/cpp/include/Ice/AsyncResult.h +++ b/cpp/include/Ice/AsyncResult.h @@ -106,7 +106,7 @@ protected: void invokeCompleted(); void cancel(const LocalException&); - void cancelable(const IceInternal::CancellationHandlerPtr&); + virtual void cancelable(const IceInternal::CancellationHandlerPtr&); void checkCanceled(); void warning(const std::exception&) const; |