mirror of
https://bitbucket.org/chromiumembedded/cef
synced 2025-06-05 21:39:12 +02:00
Replace OVERRIDE with override (see issue #3140)
This commit is contained in:
@@ -9,7 +9,7 @@
|
||||
// implementations. See the translator.README.txt file in the tools directory
|
||||
// for more information.
|
||||
//
|
||||
// $hash=012c4dec0875476356fe25c479539a4481a550c3$
|
||||
// $hash=2668b4409013efe51d31cfae5fce743530cdb994$
|
||||
//
|
||||
|
||||
#ifndef CEF_LIBCEF_DLL_CTOCPP_WEB_PLUGIN_INFO_CTOCPP_H_
|
||||
@@ -37,10 +37,10 @@ class CefWebPluginInfoCToCpp
|
||||
virtual ~CefWebPluginInfoCToCpp();
|
||||
|
||||
// CefWebPluginInfo methods.
|
||||
CefString GetName() OVERRIDE;
|
||||
CefString GetPath() OVERRIDE;
|
||||
CefString GetVersion() OVERRIDE;
|
||||
CefString GetDescription() OVERRIDE;
|
||||
CefString GetName() override;
|
||||
CefString GetPath() override;
|
||||
CefString GetVersion() override;
|
||||
CefString GetDescription() override;
|
||||
};
|
||||
|
||||
#endif // CEF_LIBCEF_DLL_CTOCPP_WEB_PLUGIN_INFO_CTOCPP_H_
|
||||
|
Reference in New Issue
Block a user