diff Core/JobsEngine/SetOfInstancesJob.cpp @ 3674:9201a7858cce storage-commitment

fix warnings with recent wasm
author Sebastien Jodogne <s.jodogne@gmail.com>
date Mon, 17 Feb 2020 10:15:10 +0100
parents 2d90dd30858c
children
line wrap: on
line diff
--- a/Core/JobsEngine/SetOfInstancesJob.cpp	Fri Feb 14 17:55:53 2020 +0100
+++ b/Core/JobsEngine/SetOfInstancesJob.cpp	Mon Feb 17 10:15:10 2020 +0100
@@ -73,7 +73,7 @@
       }
     }
 
-    virtual void Serialize(Json::Value& target) const
+    virtual void Serialize(Json::Value& target) const ORTHANC_OVERRIDE
     {
       target = instance_;
     }