From 5e749d7ae1b35e0f81e1278ba3a2bc12502e96ce Mon Sep 17 00:00:00 2001 From: manu Date: Tue, 26 Apr 2005 09:34:01 +0000 Subject: [PATCH] gdcmFile.h was included twice (second one instead of gdcmFileHelper.h), leading to gdcmFileHelper class not available in python --- gdcmPython/gdcm.i | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gdcmPython/gdcm.i b/gdcmPython/gdcm.i index a7fa9553..128f4db7 100644 --- a/gdcmPython/gdcm.i +++ b/gdcmPython/gdcm.i @@ -240,7 +240,7 @@ typedef unsigned long long uint64_t; %include "gdcmDocument.h" %include "gdcmFile.h" %include "gdcmSerieHelper.h" -%include "gdcmFile.h" +%include "gdcmFileHelper.h" %include "gdcmUtil.h" %include "gdcmGlobal.h" %include "gdcmDicomDir.h" -- 2.45.1