Index: src/libchcore/TSubTaskFastMove.h =================================================================== diff -u -N -r25722a1d39e5d4bb49c5a60cbee3dda6c02cb193 -r3b320bc86d4e808c2f6a70c10bd5c9936102b301 --- src/libchcore/TSubTaskFastMove.h (.../TSubTaskFastMove.h) (revision 25722a1d39e5d4bb49c5a60cbee3dda6c02cb193) +++ src/libchcore/TSubTaskFastMove.h (.../TSubTaskFastMove.h) (revision 3b320bc86d4e808c2f6a70c10bd5c9936102b301) @@ -43,6 +43,7 @@ virtual void Reset(); + virtual void InitBeforeExec() override; virtual ESubOperationResult Exec(const IFeedbackHandlerPtr& spFeedbackHandler) override; virtual ESubOperationType GetSubOperationType() const override { return eSubOperation_FastMove; }