summaryrefslogtreecommitdiff
path: root/src/parser/smt2
diff options
context:
space:
mode:
Diffstat (limited to 'src/parser/smt2')
-rw-r--r--src/parser/smt2/Smt2.g2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/parser/smt2/Smt2.g b/src/parser/smt2/Smt2.g
index 56457d006..91f2f205b 100644
--- a/src/parser/smt2/Smt2.g
+++ b/src/parser/smt2/Smt2.g
@@ -71,7 +71,7 @@ using namespace CVC4::parser;
namespace CVC4 {
class Expr;
-}
+}/* CVC4 namespace */
}
@parser::postinclude {
generated by cgit on debian on lair
contact matthew@masot.net with questions or feedback