diff Sources/Autogenerated/sdk_OrthancPluginJob.methods.h @ 149:0705e324fcc8

fix build by regenerating the code model
author Sebastien Jodogne <s.jodogne@gmail.com>
date Wed, 22 Nov 2023 09:33:06 +0100
parents 6288b8132659
children e9be3c9294d4 008be55355a4
line wrap: on
line diff
--- a/Sources/Autogenerated/sdk_OrthancPluginJob.methods.h	Wed Nov 22 07:17:40 2023 +0100
+++ b/Sources/Autogenerated/sdk_OrthancPluginJob.methods.h	Wed Nov 22 09:33:06 2023 +0100
@@ -10,9 +10,9 @@
     return NULL;
   }
 
-  long int arg0 = 0;
+  int arg0 = 0;
 
-  if (!PyArg_ParseTuple(args, "l", &arg0))
+  if (!PyArg_ParseTuple(args, "i", &arg0))
   {
     PyErr_SetString(PyExc_TypeError, "Bad types for the arguments (1 arguments expected)");
     return NULL;