Modernize C++11: Use override.
This commit is contained in:
parent
0cf7454d4b
commit
3e041b2c91
2 changed files with 2 additions and 2 deletions
|
@ -89,7 +89,7 @@ class DevToolsDelegate :
|
|||
public devtools_http_handler::DevToolsHttpHandlerDelegate {
|
||||
public:
|
||||
DevToolsDelegate();
|
||||
virtual ~DevToolsDelegate();
|
||||
~DevToolsDelegate() override;
|
||||
|
||||
// devtools_http_handler::DevToolsHttpHandlerDelegate.
|
||||
std::string GetDiscoveryPageHTML() override;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue