From 1280cbd4a5bf361efa2719a23ac184a87f8c0628 Mon Sep 17 00:00:00 2001 From: OBattler Date: Sun, 31 Jul 2022 23:53:24 +0200 Subject: [PATCH] Attempted fix for the extern. --- src/qt/qt_mainwindow.hpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/qt/qt_mainwindow.hpp b/src/qt/qt_mainwindow.hpp index eeccc8fe2..a7d029bff 100644 --- a/src/qt/qt_mainwindow.hpp +++ b/src/qt/qt_mainwindow.hpp @@ -12,7 +12,7 @@ class MediaMenu; class RendererStack; -extern std::atomic blitDummied{false}; +extern std::atomic blitDummied; namespace Ui { class MainWindow;