chore: fix chromium-style errors in windows code
This commit is contained in:
parent
aa4ca406c8
commit
43c1a7778d
11 changed files with 56 additions and 47 deletions
|
@ -11,7 +11,7 @@
|
|||
namespace brightray {
|
||||
|
||||
void Win32Notification::Show(const NotificationOptions& options) {
|
||||
auto presenter = static_cast<NotificationPresenterWin7*>(this->presenter());
|
||||
auto* presenter = static_cast<NotificationPresenterWin7*>(this->presenter());
|
||||
if (!presenter)
|
||||
return;
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue