Skip to content

Commit

Permalink
Update Src/libCZI/libCZI_ReadWrite.h
Browse files Browse the repository at this point in the history
Co-authored-by: m-aXimilian <[email protected]>
  • Loading branch information
ptahmose and m-aXimilian authored Dec 12, 2024
1 parent 6e7fcc0 commit f4023d4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Src/libCZI/libCZI_ReadWrite.h
Original file line number Diff line number Diff line change
Expand Up @@ -161,7 +161,7 @@ namespace libCZI
libCZI::CZIFrameOfReference defaultFrameOfReference;
public:
/// Default constructor - sets all information to "invalid" and sets fileGuid to GUID_NULL.
CCziReaderWriterInfo() : CCziReaderWriterInfo(GUID{ 0,0,0,{ 0,0,0,0,0,0,0,0 } })
CCziReaderWriterInfo() : CCziReaderWriterInfo(GUID{ 0, 0, 0, { 0, 0, 0, 0, 0, 0, 0, 0 } })
{}

/// Constructor.
Expand Down

0 comments on commit f4023d4

Please sign in to comment.