More effective fixes.
Course playing still results in it playing fine.
This commit is contained in:
@@ -156,7 +156,7 @@ private:
|
||||
class MessageSubscriber : public IMessageSubscriber
|
||||
{
|
||||
public:
|
||||
MessageSubscriber() {}
|
||||
MessageSubscriber(): m_vsSubscribedTo() {}
|
||||
MessageSubscriber( const MessageSubscriber &cpy );
|
||||
MessageSubscriber &operator=(const MessageSubscriber &cpy);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user