mirror of https://github.com/odrling/Aegisub
Remove virtual destructor from FFmpegSourceProvider
This commit is contained in:
parent
938025acb1
commit
36a71be19f
|
@ -75,8 +75,6 @@ public:
|
|||
agi::fs::path GetCacheFilename(agi::fs::path const& filename);
|
||||
void SetLogLevel();
|
||||
FFMS_IndexErrorHandling GetErrorHandlingMode();
|
||||
|
||||
virtual ~FFmpegSourceProvider() {}
|
||||
};
|
||||
|
||||
#endif /* WITH_FFMS2 */
|
||||
|
|
Loading…
Reference in New Issue