From a07d7d2d7db198e01cd6e7940511506b2f3d9153 Mon Sep 17 00:00:00 2001 From: trialuser02 Date: Sat, 17 Apr 2021 21:20:47 +0000 Subject: fixed build git-svn-id: http://svn.code.sf.net/p/qmmp-dev/code/trunk/qmmp@9820 90c681e8-e032-0410-971d-27865f9a5e38 --- src/qmmp/visualbuffer_p.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src') diff --git a/src/qmmp/visualbuffer_p.h b/src/qmmp/visualbuffer_p.h index 818cc4d63..62eb036a0 100644 --- a/src/qmmp/visualbuffer_p.h +++ b/src/qmmp/visualbuffer_p.h @@ -30,7 +30,7 @@ class VisualNode { public: - float data[2][512] = { 0 }; + float data[2][512] = {{ 0 }}; bool used = false; qint64 ts = 0; qint64 delay = 0; -- cgit v1.2.3-13-gbd6f