diff OrthancServer/DicomModification.h @ 2323:f5fc61337bdf

fix
author Sebastien Jodogne <s.jodogne@gmail.com>
date Fri, 14 Jul 2017 10:50:00 +0200
parents d19e716b79fa
children
line wrap: on
line diff
--- a/OrthancServer/DicomModification.h	Fri Jul 14 10:37:50 2017 +0200
+++ b/OrthancServer/DicomModification.h	Fri Jul 14 10:50:00 2017 +0200
@@ -69,7 +69,7 @@
 
     void ClearReplacements();
 
-    void RemoveInternal(const DicomTag& tag);
+    bool CancelReplacement(const DicomTag& tag);
 
     void ReplaceInternal(const DicomTag& tag,
                          const Json::Value& value);