From: 이한종/On-Device Lab(SR)/Engineer/삼성전자 Date: Wed, 4 Sep 2019 11:55:51 +0000 (+0900) Subject: [neurun] Nit : Put override specifier (#7154) X-Git-Tag: accepted/tizen/unified/20190911.111615~141 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=c92a9127a66683cd9bce32ea3abd57405d3dfa5a;p=platform%2Fcore%2Fml%2Fnnfw.git [neurun] Nit : Put override specifier (#7154) Nit : Put override specifier in NopFunction. Signed-off-by: Hanjoung Lee --- diff --git a/runtimes/neurun/core/include/exec/NopFunction.h b/runtimes/neurun/core/include/exec/NopFunction.h index 09762d4..5cbd7e5 100644 --- a/runtimes/neurun/core/include/exec/NopFunction.h +++ b/runtimes/neurun/core/include/exec/NopFunction.h @@ -40,7 +40,7 @@ public: { // DO NOTHING } - void runSync() + void runSync() override { // this abstract method is used just for profiling and called for // backend::acl_common::AclFunction