forked from teamnwah/openmw-tes3coop
Add missing virtual destructor
This commit is contained in:
parent
4680bc6c93
commit
dc6a99d32a
1 changed files with 1 additions and 0 deletions
|
@ -12,6 +12,7 @@ class MovieAudioFactory
|
||||||
{
|
{
|
||||||
public:
|
public:
|
||||||
virtual boost::shared_ptr<MovieAudioDecoder> createDecoder(VideoState* videoState) = 0;
|
virtual boost::shared_ptr<MovieAudioDecoder> createDecoder(VideoState* videoState) = 0;
|
||||||
|
virtual ~MovieAudioFactory() {}
|
||||||
};
|
};
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue