comparison 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
comparison
equal deleted inserted replaced
3673:3e68c3b4e3df 3674:9201a7858cce
71 { 71 {
72 return true; 72 return true;
73 } 73 }
74 } 74 }
75 75
76 virtual void Serialize(Json::Value& target) const 76 virtual void Serialize(Json::Value& target) const ORTHANC_OVERRIDE
77 { 77 {
78 target = instance_; 78 target = instance_;
79 } 79 }
80 }; 80 };
81 81