mirror of
https://gitea.wildfiregames.com/0ad/0ad.git
synced 2026-09-21 20:06:40 +00:00
Use 'using' instead of 'typedef' for OggStreamPtr definition
This commit is contained in:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user