Skip to content

Commit

Permalink
cosmetic
Browse files Browse the repository at this point in the history
  • Loading branch information
ptahmose committed Sep 20, 2024
1 parent 13f63f0 commit 33a773d
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 @@ -36,7 +36,7 @@ namespace libCZI
{
Default, ///< An enum constant representing the default option (which is JXRLib)
WithJxrDecoder, ///< An enum constant representing a Site-object using the internal JXRLib.
WithWICDecoder, ///< An enum constant representing a Site-object using the Windows WIC-codec.
WithWICDecoder, ///< An enum constant representing a Site-object using the Windows WIC-codec. Note that this option is only available on Windows.
};

class ISite;
Expand Down

0 comments on commit 33a773d

Please sign in to comment.