dynamic_pointer_cast -> std::dynamic_pointer_cast
This commit is contained in:
@@ -24,7 +24,7 @@ void ClientCommandPacket::write(DataOutputStream *dos)
|
||||
|
||||
void ClientCommandPacket::handle(PacketListener *listener)
|
||||
{
|
||||
listener->handleClientCommand(dynamic_pointer_cast<ClientCommandPacket>(shared_from_this()));
|
||||
listener->handleClientCommand(std::dynamic_pointer_cast<ClientCommandPacket>(shared_from_this()));
|
||||
}
|
||||
|
||||
int ClientCommandPacket::getEstimatedSize()
|
||||
|
||||
Reference in New Issue
Block a user