1
0

Refactoring

This commit is contained in:
Scott E. Graves
2017-05-11 12:05:00 -05:00
parent e0024243bb
commit aa45e6f786
2 changed files with 5 additions and 5 deletions

View File

@@ -65,7 +65,7 @@ private:
static void ExecuteSetter(CefRefPtr<CefV8Context> context, CefRefPtr<CefV8Value> obj, const SString& method, const SString& value);
static void ExecuteSetter(CefRefPtr<CefV8Context> context, CefRefPtr<CefV8Value> obj, const SString& method, CefRefPtr<CefV8Value> value);
void ShutdownServices(CefRefPtr<CefBrowser> browser);
void SiaApiRefreshCallback(CefRefPtr<CefV8Context> context, Api::CSiaDriveConfig* siaDriveConfig);
void SiaApiRefreshCallback(CefRefPtr<CefV8Context> context);
void ReleaseObjects(CefRefPtr<CefBrowser> browser);
private: