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:
@ -576,7 +576,7 @@ def make_ctocpp_class_impl(header, clsname, impl):
|
||||
if base_scoped:
|
||||
template_class = 'CefCToCppScoped'
|
||||
else:
|
||||
template_class = 'CefCToCpp'
|
||||
template_class = 'CefCToCppRefCounted'
|
||||
|
||||
# generate virtual functions
|
||||
virtualimpl = make_ctocpp_virtual_function_impl(header, cls, existing)
|
||||
|
Reference in New Issue
Block a user