Penis
This commit is contained in:
parent
68af5e71c2
commit
e27d452c66
@ -610,7 +610,7 @@ namespace Components
|
|||||||
// Find first entry
|
// Find first entry
|
||||||
do
|
do
|
||||||
{
|
{
|
||||||
entry = (ServerList::MasterEntry*)(data.data() + offset++);
|
entry = reinterpret_cast<ServerList::MasterEntry*>(const_cast<char*>(data.data()) + offset++);
|
||||||
}
|
}
|
||||||
while (!entry->HasSeparator() && !entry->IsEndToken());
|
while (!entry->HasSeparator() && !entry->IsEndToken());
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user