Commit 76921f15 authored by Pavel Vainerman's avatar Pavel Vainerman

Исправил ошибку в Passiveobject/ProxyManager

parent e69aac7c
...@@ -47,11 +47,11 @@ class ProxyManager: ...@@ -47,11 +47,11 @@ class ProxyManager:
protected: protected:
ProxyManager(); ProxyManager();
virtual void processingMessage( const UniSetTypes::VoidMessage* msg ); virtual void processingMessage( const UniSetTypes::VoidMessage* msg ) override;
virtual void allMessage( const UniSetTypes::VoidMessage* msg ); virtual void allMessage( const UniSetTypes::VoidMessage* msg );
virtual bool activateObject(); virtual bool activateObject() override;
virtual bool deactivateObject(); virtual bool deactivateObject() override;
private: private:
typedef std::unordered_map<UniSetTypes::ObjectId, PassiveObject*> PObjectMap; typedef std::unordered_map<UniSetTypes::ObjectId, PassiveObject*> PObjectMap;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment