[neurun] Nit : Put override specifier (#7154)
author이한종/On-Device Lab(SR)/Engineer/삼성전자 <hanjoung.lee@samsung.com>
Wed, 4 Sep 2019 11:55:51 +0000 (20:55 +0900)
committerGitHub Enterprise <noreply-CODE@samsung.com>
Wed, 4 Sep 2019 11:55:51 +0000 (20:55 +0900)
Nit : Put override specifier in NopFunction.

Signed-off-by: Hanjoung Lee <hanjoung.lee@samsung.com>
runtimes/neurun/core/include/exec/NopFunction.h

index 09762d4..5cbd7e5 100644 (file)
@@ -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