Nearly finished shared_ptr, and getPtr(). Tests not rewritten yet.

This commit is contained in:
Nicolay Korslund 2010-01-01 14:34:46 +01:00
parent 38501777b0
commit eaf93691d5
8 changed files with 47 additions and 49 deletions

View file

@ -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();