mirror of
https://github.com/Laupetin/OpenAssetTools.git
synced 2026-05-17 07:21:43 +00:00
chore: replace all usages of removed ClassUtils macros
This commit is contained in:
@@ -99,7 +99,7 @@ public:
|
||||
IPakEntryReadStream(std::istream& stream, IPakStreamManagerActions* streamManagerActions, uint8_t* chunkBuffer, int64_t startOffset, size_t entrySize);
|
||||
~IPakEntryReadStream() override;
|
||||
|
||||
_NODISCARD bool is_open() const override;
|
||||
[[nodiscard]] bool is_open() const override;
|
||||
bool close() override;
|
||||
|
||||
protected:
|
||||
|
||||
Reference in New Issue
Block a user