Index: src/libchcore/TSubTaskFastMove.h
===================================================================
diff -u -N -rd9527df01ee91b35d9a5fdccb80ded25a9c8265f -r12ee49f6bf1f8921500ee2078e0a8c2d7b6d2a45
--- src/libchcore/TSubTaskFastMove.h	(.../TSubTaskFastMove.h)	(revision d9527df01ee91b35d9a5fdccb80ded25a9c8265f)
+++ src/libchcore/TSubTaskFastMove.h	(.../TSubTaskFastMove.h)	(revision 12ee49f6bf1f8921500ee2078e0a8c2d7b6d2a45)
@@ -39,14 +39,14 @@
 		explicit TSubTaskFastMove(TSubTaskContext& rContext);
 		virtual ~TSubTaskFastMove();
 
-		virtual void Reset();
+		void Reset() override;
 
 		virtual void InitBeforeExec() override;
 		virtual ESubOperationResult Exec(const IFeedbackHandlerPtr& spFeedbackHandler) override;
 		virtual ESubOperationType GetSubOperationType() const override { return eSubOperation_FastMove; }
 
-		virtual void Store(const ISerializerPtr& spSerializer) const;
-		virtual void Load(const ISerializerPtr& spSerializer);
+		void Store(const ISerializerPtr& spSerializer) const override;
+		void Load(const ISerializerPtr& spSerializer) override;
 
 		void InitColumns(const ISerializerContainerPtr& spContainer) const;