forked from mirrors/0ad
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