mirror of
https://github.com/atom/atom.git
synced 2026-01-23 05:48:10 -05:00
Add ref counting to Git class
This commit is contained in:
@@ -14,7 +14,7 @@ public:
|
||||
CefString& exception) OVERRIDE;
|
||||
|
||||
// Provide the reference counting implementation for this class.
|
||||
IMPLEMENT_REFCOUNTING(Native);
|
||||
IMPLEMENT_REFCOUNTING(Git);
|
||||
};
|
||||
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user