Skip to content
Snippets Groups Projects
Unverified Commit 7018d05f authored by Ryan Schmidt's avatar Ryan Schmidt Committed by GitHub
Browse files

Fix build on case-sensitive filesystems

parent d916d6cd
No related branches found
No related tags found
No related merge requests found
Pipeline #4690 failed
......@@ -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
\ No newline at end of file
@end
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment