mirror of
https://gitlab.com/OpenMW/openmw.git
synced 2025-03-23 19:20:56 +00:00
Add missing virtual destructor
This commit is contained in:
parent
4680bc6c93
commit
dc6a99d32a
@ -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…
x
Reference in New Issue
Block a user