Fix build on case-sensitive filesystems
This commit is contained in:
parent
d916d6cd63
commit
7018d05f4d
@ -5,7 +5,7 @@
|
||||
|
||||
#import "notifications/MacNotificationDelegate.h"
|
||||
|
||||
#include <QString.h>
|
||||
#include <QString>
|
||||
|
||||
#include "ChatPage.h"
|
||||
|
||||
@ -44,4 +44,4 @@
|
||||
completionHandler(UNAuthorizationOptionAlert | UNAuthorizationOptionBadge | UNAuthorizationOptionSound);
|
||||
}
|
||||
|
||||
@end
|
||||
@end
|
||||
|
Loading…
Reference in New Issue
Block a user