From 4b66682c5e0cbda3774b7cd3a97e06317c149bd6 Mon Sep 17 00:00:00 2001 From: Robin Mueller Date: Sat, 30 Apr 2022 19:03:22 +0200 Subject: [PATCH] mac os change --- example/test/FsfwExampleTask.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/example/test/FsfwExampleTask.h b/example/test/FsfwExampleTask.h index 005af8d..969f08d 100644 --- a/example/test/FsfwExampleTask.h +++ b/example/test/FsfwExampleTask.h @@ -52,7 +52,7 @@ public: * other member of the class can be used. * @return Currently, the return value is ignored. */ - virtual ReturnValue_t performOperation(uint8_t operationCode = 0); + virtual ReturnValue_t performOperation(uint8_t operationCode = 0) override; /** * @brief This function will be called by the global object manager