forked from mirror/openmw-tes3mp
Try the fix again.
This commit is contained in:
parent
69d0c7fd70
commit
ea67cf0ebe
2 changed files with 1 additions and 1 deletions
|
@ -12,7 +12,6 @@ class MovieAudioFactory
|
|||
{
|
||||
public:
|
||||
virtual boost::shared_ptr<MovieAudioDecoder> createDecoder(VideoState* videoState) = 0;
|
||||
virtual ~MovieAudioFactory() {}
|
||||
};
|
||||
|
||||
}
|
||||
|
|
|
@ -1,5 +1,6 @@
|
|||
#include "videoplayer.hpp"
|
||||
|
||||
#include "audiofactory.hpp"
|
||||
#include "videostate.hpp"
|
||||
|
||||
namespace Video
|
||||
|
|
Loading…
Reference in a new issue