From 82da3b6c662ce95ecb1d165f7faf127c6fc44a87 Mon Sep 17 00:00:00 2001 From: Cheng Zhao Date: Wed, 3 Aug 2016 14:03:57 +0900 Subject: [PATCH] Fix accidentally changed lines --- .gitmodules | 2 +- atom/browser/native_window_views.h | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.gitmodules b/.gitmodules index c93e22ffe33..6164ed8b970 100644 --- a/.gitmodules +++ b/.gitmodules @@ -1,6 +1,6 @@ [submodule "vendor/brightray"] path = vendor/brightray - url = https://github.com/electron/brightray.git + url = https://github.com/electron/brightray.git [submodule "vendor/node"] path = vendor/node url = https://github.com/electron/node.git diff --git a/atom/browser/native_window_views.h b/atom/browser/native_window_views.h index 0030e814da9..71504ceac35 100644 --- a/atom/browser/native_window_views.h +++ b/atom/browser/native_window_views.h @@ -171,8 +171,8 @@ class NativeWindowViews : public NativeWindow, const content::NativeWebKeyboardEvent& event) override; // views::View: - gfx::Size GetMinimumSize() const override; - gfx::Size GetMaximumSize() const override; + gfx::Size GetMinimumSize() override; + gfx::Size GetMaximumSize() override; bool AcceleratorPressed(const ui::Accelerator& accelerator) override; // Register accelerators supported by the menu model.