diff Framework/Loaders/GenericLoadersContext.cpp @ 1426:1e132fe7090e

fix dynamic linking
author Sebastien Jodogne <s.jodogne@gmail.com>
date Fri, 15 May 2020 13:04:34 +0200
parents 0ca50d275b9a
children 297e57d3508c
line wrap: on
line diff
--- a/Framework/Loaders/GenericLoadersContext.cpp	Fri May 15 12:28:51 2020 +0200
+++ b/Framework/Loaders/GenericLoadersContext.cpp	Fri May 15 13:04:34 2020 +0200
@@ -73,7 +73,7 @@
     }
 
     virtual void GetStatistics(uint64_t& scheduledCommands,
-                               uint64_t& processedCommands)
+                               uint64_t& processedCommands) ORTHANC_OVERRIDE
     {
       scheduledCommands = that_.scheduler_->GetTotalScheduled();
       processedCommands = that_.scheduler_->GetTotalProcessed();