diff options
author | Daniil Cherednik <dan.cherednik@gmail.com> | 2024-12-24 22:59:03 +0100 |
---|---|---|
committer | Daniil Cherednik <dan.cherednik@gmail.com> | 2024-12-24 22:59:03 +0100 |
commit | bddbeb98b3db8d435de6b2d10269640121475538 (patch) | |
tree | 1a791f5dd49b94ead503b9b77c6b9277f2701a89 /src/compressed_io.h | |
parent | c73a0e24a0d5c510a65efbe5c2fbc7fd39a3c003 (diff) | |
parent | 74d6e04c21bddd435bd74c34dbe027b883772a76 (diff) | |
download | atracdenc-bddbeb98b3db8d435de6b2d10269640121475538.tar.gz |
Merge branch 'master' into at3plus-dev
Diffstat (limited to 'src/compressed_io.h')
-rw-r--r-- | src/compressed_io.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/compressed_io.h b/src/compressed_io.h index 511860e..cc6cbf1 100644 --- a/src/compressed_io.h +++ b/src/compressed_io.h @@ -42,7 +42,7 @@ public: char* Get() { return Data; } }; virtual std::string GetName() const = 0; - virtual uint8_t GetChannelNum() const = 0; + virtual size_t GetChannelNum() const = 0; virtual ~ICompressedIO() {} }; |