diff Plugins/Engine/PluginsEnumerations.cpp @ 4024:1d2b31fc782f more-changes

new 'changes': JobSubmitted, JobSuccess, JobFailure
author Alain Mazy <alain@mazy.be>
date Tue, 09 Jun 2020 12:20:42 +0200
parents a2e4edc7b9aa
children
line wrap: on
line diff
--- a/Plugins/Engine/PluginsEnumerations.cpp	Tue Jun 09 11:54:58 2020 +0200
+++ b/Plugins/Engine/PluginsEnumerations.cpp	Tue Jun 09 12:20:42 2020 +0200
@@ -92,7 +92,7 @@
 
   namespace Plugins
   {
-    OrthancPluginChangeType Convert55(ChangeType type)
+    OrthancPluginChangeType Convert(ChangeType type)
     {
       switch (type)
       {