mirror of
https://bitbucket.org/chromiumembedded/cef
synced 2025-06-05 21:39:12 +02:00
Replace OVERRIDE with override (see issue #3140)
This commit is contained in:
@ -15,7 +15,7 @@ def make_function_body_block(cls):
|
||||
if cls.is_client_side():
|
||||
impl += ' override;\n'
|
||||
else:
|
||||
impl += ' OVERRIDE;\n'
|
||||
impl += ' override;\n'
|
||||
|
||||
return impl
|
||||
|
||||
|
Reference in New Issue
Block a user