aboutsummaryrefslogtreecommitdiff
path: root/vcpkg/ports/vtk/hdf5helper.patch
blob: e7c32ce86dde0bfe934f55874a4948576bcc7953 (plain)
1
2
3
4
5
6
7
8
9
10
11
--- src/IO/ERF/vtkHDF5Helper.h.old	2024-02-27 17:35:26.000000000 +0100
+++ src/IO/ERF/vtkHDF5Helper.h	2024-05-02 15:49:35.716258500 +0200
@@ -42,7 +42,7 @@ public:
   /**
    *  Check existence of group defined by groupName relative to fileId.
    */
-  static bool GroupExists(int64_t fileId, const char* groupName);
+  static bool GroupExists(hid_t fileId, const char* groupName);
 
   /**
    *  Get length of array defined by arrayId.