diff OrthancServer/Sources/ServerIndex.h @ 4579:5ee9a4f8a0f0 db-changes

fix build on lsb
author Sebastien Jodogne <s.jodogne@gmail.com>
date Tue, 09 Mar 2021 14:30:05 +0100
parents 710748828b6a
children 49f6b9a2b9f5
line wrap: on
line diff
--- a/OrthancServer/Sources/ServerIndex.h	Tue Mar 09 11:55:08 2021 +0100
+++ b/OrthancServer/Sources/ServerIndex.h	Tue Mar 09 14:30:05 2021 +0100
@@ -586,7 +586,8 @@
                           FileContentType type);
 
     void LogChange(ChangeType changeType,
-                   const std::string& publicId);
+                   const std::string& publicId,
+                   ResourceType level);
 
     void ReconstructInstance(const ParsedDicomFile& dicom);