From b0a9d48ac82554b9d31a8105fb289e7baed23269 Mon Sep 17 00:00:00 2001 From: Max Risuhin Date: Thu, 11 Oct 2018 00:09:31 +0300 Subject: [PATCH] Change to fail compilation Signed-off-by: Max Risuhin --- .../backends/osxnotificationcenter/osxnotificationcenter.mm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/plugins/backends/osxnotificationcenter/osxnotificationcenter.mm b/src/plugins/backends/osxnotificationcenter/osxnotificationcenter.mm index c17b246..4047856 100644 --- a/src/plugins/backends/osxnotificationcenter/osxnotificationcenter.mm +++ b/src/plugins/backends/osxnotificationcenter/osxnotificationcenter.mm @@ -12,7 +12,7 @@ using namespace Snore; -QMap m_IdToNotification; +QMapTestTest m_IdToNotification; NSMutableDictionary * m_IdToNSNotification; OSXNotificationCenter * notificationCenter = nil;