diff options
| author | Ethan Morgan <ethan@gweithio.com> | 2026-02-14 16:44:06 +0000 |
|---|---|---|
| committer | Ethan Morgan <ethan@gweithio.com> | 2026-02-14 16:44:06 +0000 |
| commit | 54409423f767d8b1cf30cb7d0efca6b4ca138823 (patch) | |
| tree | d915ac7828703ce4b963efdd9728a1777ba18c1e /vcpkg/ports/vtk/hdf5helper.patch | |
Diffstat (limited to 'vcpkg/ports/vtk/hdf5helper.patch')
| -rw-r--r-- | vcpkg/ports/vtk/hdf5helper.patch | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/vcpkg/ports/vtk/hdf5helper.patch b/vcpkg/ports/vtk/hdf5helper.patch new file mode 100644 index 0000000..e7c32ce --- /dev/null +++ b/vcpkg/ports/vtk/hdf5helper.patch @@ -0,0 +1,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. |