Clean Up
This commit is contained in:
@@ -98,12 +98,12 @@ void cSound::setLoops( const long int loops /*= -1*/ )
|
||||
}
|
||||
|
||||
///Gets
|
||||
const cString cSound::getDir() const
|
||||
const cString& cSound::getDir() const
|
||||
{
|
||||
return m_dir;
|
||||
}
|
||||
|
||||
const cString cSound::getFileName() const
|
||||
const cString& cSound::getFileName() const
|
||||
{
|
||||
return m_fileName;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user