vcpkg/ports/vtk/hdf5helper.patch
LE GARREC Vincent b2b6ea80de
[vtk] Fix build of vtkHDF5Helper (#38529) (#38530)
Fixes #38529

- [X] Changes comply with the [maintainer
guide](https://github.com/microsoft/vcpkg-docs/blob/main/vcpkg/contributing/maintainer-guide.md).
- [X] SHA512s are updated for each updated download.
- [ ] ~~The "supports" clause reflects platforms that may be fixed by
this new version.~~
- [ ] ~~Any fixed [CI
baseline](https://github.com/microsoft/vcpkg/blob/master/scripts/ci.baseline.txt)
entries are removed from that file.~~
- [X] Any patches that are no longer applied are deleted from the port's
directory.
- [X] The version database is fixed by rerunning `./vcpkg x-add-version
--all` and committing the result.
- [X] Only one version is added to each modified port's versions file.
2024-05-08 11:12:20 -07:00

12 lines
439 B
Diff

--- 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.