Remove virtual destructor from FFmpegSourceProvider

This commit is contained in:
Thomas Goyne 2014-03-23 20:43:33 -07:00
parent 938025acb1
commit 36a71be19f
1 changed files with 0 additions and 2 deletions

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 */