Skip to content

Commit

Permalink
add Custom to DriverID enum
Browse files Browse the repository at this point in the history
  • Loading branch information
jkotan committed Jan 20, 2025
1 parent 481be76 commit 63cdf88
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/h5cpp/file/driver.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -48,6 +48,7 @@ namespace file
//!
enum class DriverID : unsigned
{
Custom = 0,
Posix = 1,
Direct = 2,
Memory = 3,
Expand Down

0 comments on commit 63cdf88

Please sign in to comment.