Try the fix again.

This commit is contained in:
cc9cii 2014-10-25 15:37:09 +11:00
parent 69d0c7fd70
commit ea67cf0ebe
2 changed files with 1 additions and 1 deletions

View file

@ -12,7 +12,6 @@ class MovieAudioFactory
{
public:
virtual boost::shared_ptr<MovieAudioDecoder> createDecoder(VideoState* videoState) = 0;
virtual ~MovieAudioFactory() {}
};
}

View file

@ -1,5 +1,6 @@
#include "videoplayer.hpp"
#include "audiofactory.hpp"
#include "videostate.hpp"
namespace Video