Use 'using' instead of 'typedef' for OggStreamPtr definition

This commit is contained in:
trompetin17
2025-07-11 13:16:01 -05:00
parent c40aada404
commit ef28d5222a
+1 -1
View File
@@ -40,7 +40,7 @@ public:
virtual size_t GetNextChunk(PS::span<u8> buffer) = 0;
};
typedef std::shared_ptr<OggStream> OggStreamPtr;
using OggStreamPtr = std::shared_ptr<OggStream>;
/**
* A non-streaming OggStream (reading the whole file in advance)