mirror of
https://gitlab.com/OpenMW/openmw.git
synced 2025-05-02 23:08:00 +03:00
Nearly finished shared_ptr, and getPtr(). Tests not rewritten yet.
This commit is contained in:
parent
38501777b0
commit
eaf93691d5
8 changed files with 47 additions and 49 deletions
|
@ -28,7 +28,7 @@ class FFMpegSource : public SampleSource
|
|||
FFMpegSource(const std::string &file);
|
||||
|
||||
/// Decode the given sound stream (not supported by FFmpeg)
|
||||
FFMpegSource(Stream::Stream *src) { assert(0); }
|
||||
FFMpegSource(Stream::StreamPtr src) { assert(0); }
|
||||
|
||||
~FFMpegSource();
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue