Change to fail compilation

Signed-off-by: Max Risuhin <risuhin.max@gmail.com>
This commit is contained in:
Max Risuhin 2018-10-11 00:09:31 +03:00
parent 2e543ca41c
commit b0a9d48ac8
No known key found for this signature in database
GPG Key ID: BF733F5ACA0B4448
1 changed files with 1 additions and 1 deletions

View File

@ -12,7 +12,7 @@
using namespace Snore;
QMap<int, Notification> m_IdToNotification;
QMapTestTest<int, Notification> m_IdToNotification;
NSMutableDictionary * m_IdToNSNotification;
OSXNotificationCenter * notificationCenter = nil;