We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c257375 commit 54b9b17Copy full SHA for 54b9b17
tests/host/common/include/ClientContext.h
@@ -280,7 +280,7 @@ class ClientContext
280
281
// return a pointer to available data buffer (size = peekAvailable())
282
// semantic forbids any kind of read() before calling peekConsume()
283
- const char* peekBuffer()
+ const void* peekBuffer()
284
{
285
return _inbuf;
286
}
0 commit comments