propagate file driver errors normally

This commit is contained in:
Glenn Maynard
2004-12-09 11:17:57 +00:00
parent b2c7aec818
commit a2f9bf586d
3 changed files with 31 additions and 10 deletions
-5
View File
@@ -8,11 +8,6 @@ RageFileDriver::~RageFileDriver()
delete FDB;
}
void RageFileObj::SetError( const CString &err )
{
parent.SetError( err );
}
int RageFileDriver::GetPathValue( const CString &path )
{
vector<CString> parts;