make GetError virtual

This commit is contained in:
Glenn Maynard
2006-12-23 06:50:18 +00:00
parent b762395d0c
commit 1ea56ad18d
+1 -1
View File
@@ -40,7 +40,7 @@ public:
virtual int GetNextSourceFrame() const = 0;
virtual float GetStreamToSourceRatio() const = 0;
RString GetError() const { return m_sError; }
virtual RString GetError() const { return m_sError; }
int RetriedRead( char *pBuffer, int iFrames, int *iSourceFrame = NULL, float *fRate = NULL );
protected: