Merge pull request #235 from electron/modernize-to-c11
Modernize to C++11
This commit is contained in:
commit
6dfd0518cd
11 changed files with 19 additions and 19 deletions
|
@ -113,7 +113,7 @@ class BundledDataSource : public content::URLDataSource {
|
|||
}
|
||||
|
||||
private:
|
||||
virtual ~BundledDataSource() {}
|
||||
~BundledDataSource() override {}
|
||||
DISALLOW_COPY_AND_ASSIGN(BundledDataSource);
|
||||
};
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue