Skip to content

Commit

Permalink
use correct class
Browse files Browse the repository at this point in the history
  • Loading branch information
ptahmose committed Nov 2, 2023
1 parent 69cbb6e commit 9c3fc01
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Src/libCZI/libCZI.h
Original file line number Diff line number Diff line change
Expand Up @@ -182,7 +182,7 @@ namespace libCZI
/// Interface used for accessing the data-stream.
/// Implementations of this interface are expected to be thread-safe - it should be possible to
/// call the Read-method from multiple threads simultaneously.
/// In libCZI-usage, exceptions thrown by Read-method are wrapped into a libCZI::LibCZIException-exception,
/// In libCZI-usage, exceptions thrown by Read-method are wrapped into a libCZI::LibCZIIOException-exception,
/// where the exception thrown by the Read-method is stored as the inner exception.
class IStream
{
Expand Down

0 comments on commit 9c3fc01

Please sign in to comment.