mirror of
https://bitbucket.org/chromiumembedded/cef
synced 2025-06-05 21:39:12 +02:00
Support parsing of virtual methods with default implementations.
git-svn-id: https://chromiumembedded.googlecode.com/svn/trunk@220 5089003a-bbd8-11dd-ad1f-f1f9622dbc98
This commit is contained in:
@ -440,7 +440,7 @@ class obj_header:
|
||||
p = re.compile('\n'+_cre_attrib+
|
||||
'\nclass'+_cre_space+_cre_cfname+_cre_space+
|
||||
':'+_cre_space+'public'+_cre_space+'CefBase'+
|
||||
'\n{(.*?)}', re.MULTILINE | re.DOTALL)
|
||||
'\n{(.*?)};', re.MULTILINE | re.DOTALL)
|
||||
list = p.findall(data)
|
||||
|
||||
# build the class objects
|
||||
|
Reference in New Issue
Block a user