mirror of
https://github.com/electron/electron.git
synced 2026-01-28 16:58:21 -05:00
MSVC doesn't allow override on destructors
This commit is contained in:
@@ -32,7 +32,7 @@ public:
|
||||
static void RegisterPrefs(PrefRegistrySimple*);
|
||||
|
||||
InspectableWebContentsImpl(content::WebContents*);
|
||||
virtual ~InspectableWebContentsImpl() OVERRIDE;
|
||||
virtual ~InspectableWebContentsImpl();
|
||||
|
||||
virtual InspectableWebContentsView* GetView() const OVERRIDE;
|
||||
virtual content::WebContents* GetWebContents() const OVERRIDE;
|
||||
|
||||
Reference in New Issue
Block a user