mirror of
https://github.com/openharmony/third_party_cef.git
synced 2026-07-19 17:13:36 -04:00
Add a virtual destructor to CefBase (issue #321).
git-svn-id: https://chromiumembedded.googlecode.com/svn/trunk@283 5089003a-bbd8-11dd-ad1f-f1f9622dbc98
This commit is contained in:
@@ -416,6 +416,9 @@ public:
|
||||
// Return the current number of references.
|
||||
///
|
||||
virtual int GetRefCt() =0;
|
||||
|
||||
protected:
|
||||
virtual ~CefBase() {}
|
||||
};
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user