get error from parent
This commit is contained in:
@@ -24,6 +24,7 @@ public:
|
|||||||
virtual int GetNextSourceFrame() const { return m_pSource->GetNextSourceFrame(); }
|
virtual int GetNextSourceFrame() const { return m_pSource->GetNextSourceFrame(); }
|
||||||
virtual float GetStreamToSourceRatio() const { return m_pSource->GetStreamToSourceRatio(); }
|
virtual float GetStreamToSourceRatio() const { return m_pSource->GetStreamToSourceRatio(); }
|
||||||
virtual RageSoundReader *GetSource() { return &*m_pSource; }
|
virtual RageSoundReader *GetSource() { return &*m_pSource; }
|
||||||
|
virtual RString GetError() const { return m_pSource->GetError(); }
|
||||||
|
|
||||||
protected:
|
protected:
|
||||||
HiddenPtr<RageSoundReader> m_pSource;
|
HiddenPtr<RageSoundReader> m_pSource;
|
||||||
|
|||||||
Reference in New Issue
Block a user