mirror of
https://github.com/edubart/otclient.git
synced 2025-10-20 14:33:26 +02:00
Fixes to compile with clang
This commit is contained in:
@@ -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);
|
||||
|
Reference in New Issue
Block a user