chore: [gn] fix link errors relating to static members (#13488)

I'm not 100% sure why this is working in the gyp build, but I was getting link errors with these variables being defined in the headers.
This commit is contained in:
Jeremy Apthorp 2018-06-28 14:25:26 -07:00 committed by GitHub
parent d6af3bfcd2
commit 6492732631
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
4 changed files with 8 additions and 3 deletions

View file

@ -64,7 +64,7 @@ class DesktopNotificationController::Toast {
float AnimateStackCollapse();
private:
static constexpr const TCHAR class_name_[] = TEXT("DesktopNotificationToast");
static const TCHAR class_name_[];
const HWND hwnd_;
HDC hdc_;