Skip to content
Snippets Groups Projects
Commit c948034b authored by Andrey Kleshchev's avatar Andrey Kleshchev
Browse files

SL-16450 gcc compatibility

parent 1f3d744f
No related branches found
No related tags found
No related merge requests found
......@@ -440,7 +440,7 @@ class Poller
LLSD::Binary data;
data.resize(len);
memcpy(&data[0], buf, len);
memcpy((void*)&data[0], (void*)buf, len);
responses.insert(key, data);
}
else
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment