From 8db49e53eb8444453af8542c9de5e37cf8ec4de3 Mon Sep 17 00:00:00 2001 From: Glenn Maynard Date: Wed, 29 Nov 2006 08:16:29 +0000 Subject: [PATCH] RString --- stepmania/src/RageSoundReader.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/stepmania/src/RageSoundReader.h b/stepmania/src/RageSoundReader.h index 707a0a4d9d..64f22753c7 100644 --- a/stepmania/src/RageSoundReader.h +++ b/stepmania/src/RageSoundReader.h @@ -25,7 +25,7 @@ public: virtual int GetNextStreamFrame() const { return 0; } // XXX: should be pure virtual float GetStreamToSourceRatio() const { return 1.0f; } // XXX: should be pure - string GetError() const { return m_sError; } + RString GetError() const { return m_sError; } protected: void SetError( RString sError ) const { m_sError = sError; }