From cb3a6965d14a8cbae64dfb57677d6ff0760faf2d Mon Sep 17 00:00:00 2001 From: Scott Fennell Date: Thu, 5 Sep 2019 14:53:32 -0500 Subject: [PATCH] move misplaced parentheses to include enum headers Trick 17 fix #856 --- trick_source/codegen/Interface_Code_Gen/PrintAttributes.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/trick_source/codegen/Interface_Code_Gen/PrintAttributes.cpp b/trick_source/codegen/Interface_Code_Gen/PrintAttributes.cpp index 6d6725cd..d2ff7804 100644 --- a/trick_source/codegen/Interface_Code_Gen/PrintAttributes.cpp +++ b/trick_source/codegen/Interface_Code_Gen/PrintAttributes.cpp @@ -263,7 +263,7 @@ void PrintAttributes::printEnum(EnumValues* ev) { outfile.close() ; } - if (!isHeaderExcluded(fileName), false) { + if (!isHeaderExcluded(fileName, false)) { printer->printEnumMap(enum_map_outfile, ev); } }