Add ref counting to Git class

This commit is contained in:
Kevin Sawicki
2012-12-13 15:23:55 -08:00
parent 1686c97244
commit 5f400303ac

View File

@@ -14,7 +14,7 @@ public:
CefString& exception) OVERRIDE;
// Provide the reference counting implementation for this class.
IMPLEMENT_REFCOUNTING(Native);
IMPLEMENT_REFCOUNTING(Git);
};
}