Nits: Fix code style.
This commit is contained in:
parent
fee9c6223f
commit
0ffbd0741b
1 changed files with 1 additions and 1 deletions
|
|
@ -38,7 +38,7 @@ class ClientHandler : public CefClient,
|
|||
public CefLoadHandler
|
||||
{
|
||||
public:
|
||||
ClientHandler():m_loadErrorCode(-1) {}
|
||||
ClientHandler() : m_loadErrorCode(-1) {}
|
||||
virtual ~ClientHandler() {}
|
||||
|
||||
virtual CefRefPtr<CefContextMenuHandler> GetContextMenuHandler() { return this; }
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue