mirror of
https://github.com/EQEmu/Server.git
synced 2026-06-23 20:58:21 +00:00
changed pointer into unique pointer and addressed review concerns
This commit is contained in:
@@ -10,4 +10,4 @@
|
||||
namespace Message { class IMessage; }
|
||||
|
||||
// store all static functions for the different patches here
|
||||
const std::shared_ptr<Message::IMessage>& GetMessageComponent(EQ::versions::ClientVersion version);
|
||||
const std::unique_ptr<Message::IMessage>& GetMessageComponent(EQ::versions::ClientVersion version);
|
||||
|
||||
Reference in New Issue
Block a user