Mark constructor as explicit
This commit is contained in:
parent
52801c4a41
commit
70849de8c4
1 changed files with 2 additions and 1 deletions
|
@ -12,7 +12,8 @@ namespace atom {
|
||||||
|
|
||||||
class AtomDesktopNativeWidgetAura : public views::DesktopNativeWidgetAura {
|
class AtomDesktopNativeWidgetAura : public views::DesktopNativeWidgetAura {
|
||||||
public:
|
public:
|
||||||
AtomDesktopNativeWidgetAura(views::internal::NativeWidgetDelegate* delegate);
|
explicit AtomDesktopNativeWidgetAura(
|
||||||
|
views::internal::NativeWidgetDelegate* delegate);
|
||||||
|
|
||||||
// internal::NativeWidgetPrivate:
|
// internal::NativeWidgetPrivate:
|
||||||
void Activate() override;
|
void Activate() override;
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue