diff --git a/native/v8_extensions/git.h b/native/v8_extensions/git.h index 22e258f45..bfe5619c8 100644 --- a/native/v8_extensions/git.h +++ b/native/v8_extensions/git.h @@ -12,9 +12,9 @@ public: const CefV8ValueList& arguments, CefRefPtr& retval, CefString& exception) OVERRIDE; - + // Provide the reference counting implementation for this class. IMPLEMENT_REFCOUNTING(Native); }; - + }