C++: Compile fixes in tests and tools.

After some refactorings not all usages, especially in tests and tools,
were adapted.

Change-Id: I7ed24bb1c8e55e55ed74eda3a8fd7610e725f4cb
Reviewed-by: hjk <qthjk@ovi.com>
This commit is contained in:
Nikolai Kosjar
2012-10-23 10:50:38 +02:00
committed by hjk
parent 1da50de19c
commit 5d730be06e
5 changed files with 8 additions and 8 deletions

View File

@@ -188,9 +188,9 @@ public:
SymbolDump(TranslationUnit *unit)
: translationUnit(unit)
{
o.setShowArgumentNames(true);
o.setShowFunctionSignatures(true);
o.setShowReturnTypes(true);
o.showArgumentNames = true;
o.showFunctionSignatures = true;
o.showReturnTypes = true;
}
void operator()(Symbol *s) {