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:
Marshall Greenblatt 2011-04-20 15:20:31 +00:00
parent 026193a513
commit 10d3df1efd
1 changed files with 1 additions and 1 deletions

View File

@ -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