diff --git a/stepmania/src/RageFileDriverDirect.cpp b/stepmania/src/RageFileDriverDirect.cpp index 585d0081c0..ba0834f6d7 100644 --- a/stepmania/src/RageFileDriverDirect.cpp +++ b/stepmania/src/RageFileDriverDirect.cpp @@ -180,6 +180,7 @@ public: virtual int Seek( int offset ); virtual int GetFileSize(); virtual RageFileObj *Copy( RageFile &p ) const; + virtual CString GetDisplayPath() const { return path; } };