mirror of
https://git.huckle.dev/Huckles-Minecraft-Archive/4jcraft.git
synced 2026-06-05 15:36:38 +00:00
refactor: begin unglobbing std::vector
This commit is contained in:
@@ -349,7 +349,7 @@ void Connection::close(DisconnectPacket::eDisconnectReason reason, ...)
|
||||
|
||||
disconnectReason = reason;//va_arg( input, const std::wstring );
|
||||
|
||||
vector<void *> objs = vector<void *>();
|
||||
std::vector<void *> objs = std::vector<void *>();
|
||||
void *i = NULL;
|
||||
while (i != NULL)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user