mirror of
https://bitbucket.org/chromiumembedded/cef
synced 2025-06-05 21:39:12 +02:00
Rename CefBase to CefBaseRefCounted (issue #2090)
This commit is contained in:
@ -571,7 +571,7 @@ def make_cpptoc_class_impl(header, clsname, impl):
|
||||
if base_scoped:
|
||||
template_class = 'CefCppToCScoped'
|
||||
else:
|
||||
template_class = 'CefCppToC'
|
||||
template_class = 'CefCppToCRefCounted'
|
||||
|
||||
# generate virtual functions
|
||||
virtualimpl = make_cpptoc_virtual_function_impl(header, cls, existing, prefixname, defined_names)
|
||||
|
Reference in New Issue
Block a user