Remove extra FFmpegSourceProvider:: qualifier.

Originally committed to SVN as r3212.
This commit is contained in:
Amar Takhar 2009-07-23 03:16:57 +00:00
parent 7157d50e73
commit b127105f42
1 changed files with 1 additions and 1 deletions

View File

@ -67,7 +67,7 @@ public:
int AskForTrackSelection(const std::map<int,wxString>& TrackList, FFMS_TrackType Type);
wxString GetCacheFilename(const wxString& filename);
virtual FFmpegSourceProvider::~FFmpegSourceProvider() {}
virtual ~FFmpegSourceProvider() {}
};