diff --git a/src/gmio_support/stream_qt.cpp b/src/gmio_support/stream_qt.cpp index e37fe93..1b12455 100644 --- a/src/gmio_support/stream_qt.cpp +++ b/src/gmio_support/stream_qt.cpp @@ -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;