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

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

parent e69aac7c
......@@ -47,11 +47,11 @@ class ProxyManager:
protected:
ProxyManager();
virtual void processingMessage( const UniSetTypes::VoidMessage* msg );
virtual void processingMessage( const UniSetTypes::VoidMessage* msg ) override;
virtual void allMessage( const UniSetTypes::VoidMessage* msg );
virtual bool activateObject();
virtual bool deactivateObject();
virtual bool activateObject() override;
virtual bool deactivateObject() override;
private:
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