addons: fix initialization in CppcheckData when multiple files are parsed

This commit is contained in:
Daniel Marjamäki 2015-08-19 12:16:13 +02:00
parent 71eb96b8d3
commit 502eebfc9c
1 changed files with 1 additions and 0 deletions

View File

@ -263,6 +263,7 @@ class CppcheckData:
def __init__(self, filename):
self.tokenlist = []
self.scopes = []
self.functions = []
self.variables = []
self.valueflow = []