get error from parent

This commit is contained in:
Glenn Maynard
2006-12-23 06:51:00 +00:00
parent 1ea56ad18d
commit 08210c9c8e
+1
View File
@@ -24,6 +24,7 @@ public:
virtual int GetNextSourceFrame() const { return m_pSource->GetNextSourceFrame(); }
virtual float GetStreamToSourceRatio() const { return m_pSource->GetStreamToSourceRatio(); }
virtual RageSoundReader *GetSource() { return &*m_pSource; }
virtual RString GetError() const { return m_pSource->GetError(); }
protected:
HiddenPtr<RageSoundReader> m_pSource;