From 3cb5cbd6c1e9f0102ab76a2e7c35af73bd9db903 Mon Sep 17 00:00:00 2001 From: Andrey Astafyev Date: Mon, 29 Jun 2020 22:24:15 +0300 Subject: [PATCH] =?UTF-8?q?=D0=98=D0=BD=D0=B8=D1=86=D0=B8=D0=B0=D0=BB?= =?UTF-8?q?=D0=B8=D0=B7=D0=B0=D1=86=D0=B8=D1=8F?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/myx/qt/posix_signal_watcher.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/myx/qt/posix_signal_watcher.cpp b/src/myx/qt/posix_signal_watcher.cpp index 2ff13f8..1a26d4b 100644 --- a/src/myx/qt/posix_signal_watcher.cpp +++ b/src/myx/qt/posix_signal_watcher.cpp @@ -10,7 +10,7 @@ namespace myx { namespace qt { -std::array< int, 2 > PosixSignalWatcherPrivate::mSockpair = { 0, 0 }; +std::array< int, 2 > PosixSignalWatcherPrivate::mSockpair { { 0, 0 } }; PosixSignalWatcherPrivate::~PosixSignalWatcherPrivate() = default;