mirror of
https://github.com/smartcmd/MinecraftConsoles.git
synced 2026-05-12 04:03:53 +00:00
dynamic_pointer_cast -> std::dynamic_pointer_cast
This commit is contained in:
parent
7bee4770df
commit
07ad68bc15
207 changed files with 623 additions and 623 deletions
|
|
@ -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()
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue