summaryrefslogtreecommitdiff
path: root/src/expr/node_manager.h
diff options
context:
space:
mode:
authorChristopher L. Conway <christopherleeconway@gmail.com>2010-05-31 21:55:40 +0000
committerChristopher L. Conway <christopherleeconway@gmail.com>2010-05-31 21:55:40 +0000
commitcfb3b789e26fdab73e733825950b24492c6c5e4c (patch)
treedec99da95dd6c1dd0def3adaa46d5e7e9e94b4e6 /src/expr/node_manager.h
parentaa21ac1746612b646e464615d4eeb07586f4ed36 (diff)
First draft implementation of mkAssociative
Diffstat (limited to 'src/expr/node_manager.h')
-rw-r--r--src/expr/node_manager.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/expr/node_manager.h b/src/expr/node_manager.h
index a5f82b489..5642a8372 100644
--- a/src/expr/node_manager.h
+++ b/src/expr/node_manager.h
@@ -519,6 +519,7 @@ public:
* Get the type for the given node.
*/
TypeNode getType(TNode n) throw (TypeCheckingExceptionPrivate);
+
};
/**
generated by cgit on debian on lair
contact matthew@masot.net with questions or feedback