Fixes to compile with clang

This commit is contained in:
Eduardo Bart
2013-01-29 14:35:20 -02:00
parent 4751941e4f
commit 8d6ccb8d83
8 changed files with 9 additions and 9 deletions

View File

@@ -44,7 +44,7 @@ public:
virtual bool isBuffering();
virtual bool isPlaying() { return isBuffering(); }
void setName(const std::string& name) { m_name == name; }
void setName(const std::string& name) { m_name = name; }
virtual void setLooping(bool looping);
virtual void setRelative(bool relative);
virtual void setReferenceDistance(float distance);