diff options
Diffstat (limited to 'common/action_processor.h')
-rw-r--r-- | common/action_processor.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/common/action_processor.h b/common/action_processor.h index 735a1063..ad98cc9c 100644 --- a/common/action_processor.h +++ b/common/action_processor.h @@ -89,7 +89,7 @@ class ActionProcessor { // But this call deletes the action if there no other object has a reference // to it, so in that case, the caller should not try to access any of its // member variables after this call. - void ActionComplete(AbstractAction* actionptr, ErrorCode code); + virtual void ActionComplete(AbstractAction* actionptr, ErrorCode code); private: FRIEND_TEST(ActionProcessorTest, ChainActionsTest); |