Attempted fix for the extern.

This commit is contained in:
OBattler
2022-07-31 23:53:24 +02:00
parent 68992c0020
commit 1280cbd4a5

View File

@@ -12,7 +12,7 @@
class MediaMenu;
class RendererStack;
extern std::atomic<bool> blitDummied{false};
extern std::atomic<bool> blitDummied;
namespace Ui {
class MainWindow;