1
0
mirror of https://github.com/odrling/Aegisub synced 2025-04-11 22:56:02 +02:00

Remove virtual destructor from FFmpegSourceProvider

This commit is contained in:
Thomas Goyne 2014-03-23 20:43:33 -07:00
parent 938025acb1
commit 36a71be19f

View File

@ -75,8 +75,6 @@ public:
agi::fs::path GetCacheFilename(agi::fs::path const& filename);
void SetLogLevel();
FFMS_IndexErrorHandling GetErrorHandlingMode();
virtual ~FFmpegSourceProvider() {}
};
#endif /* WITH_FFMS2 */