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:
parent
026193a513
commit
10d3df1efd
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue