Fix visiting of declaration blocks

This commit is contained in:
Hackerpilot 2013-11-15 15:17:56 -08:00
parent 00768c371a
commit d7498ffb7f
1 changed files with 2 additions and 1 deletions

View File

@ -942,7 +942,8 @@ public:
templateDeclaration, constructor,
destructor, staticConstructor, staticDestructor,
sharedStaticDestructor, sharedStaticConstructor,
conditionalDeclaration, pragmaDeclaration, versionSpecification));
conditionalDeclaration, pragmaDeclaration, versionSpecification,
declarations));
}
/** */ Attribute[] attributes;