SL-16450 gcc compatibility

master
Andrey Kleshchev 2021-12-09 03:10:06 +02:00
parent 1f3d744fdf
commit c948034be9
1 changed files with 1 additions and 1 deletions

View File

@ -440,7 +440,7 @@ private:
LLSD::Binary data;
data.resize(len);
memcpy(&data[0], buf, len);
memcpy((void*)&data[0], (void*)buf, len);
responses.insert(key, data);
}
else