gmio_support: fix issue with not using the C++ universal initialiser in stream_qt.cpp
This commit is contained in:
parent
38ae856f36
commit
7082098bdb
@ -99,7 +99,7 @@ static int gmio_stream_qiodevice_set_pos(
|
||||
|
||||
struct gmio_stream gmio_stream_qiodevice(QIODevice* device)
|
||||
{
|
||||
struct gmio_stream stream = {0};
|
||||
struct gmio_stream stream = {};
|
||||
stream.cookie = device;
|
||||
stream.func_at_end = gmio_stream_qiodevice_at_end;
|
||||
stream.func_error = gmio_stream_qiodevice_error;
|
||||
|
Loading…
Reference in New Issue
Block a user