summaryrefslogtreecommitdiff
path: root/src/expr
diff options
context:
space:
mode:
authorMorgan Deters <mdeters@gmail.com>2010-01-19 15:10:49 +0000
committerMorgan Deters <mdeters@gmail.com>2010-01-19 15:10:49 +0000
commit5fcb5f9b5c9aa0f13b477c67d6d34f5b28ccb63d (patch)
treeb8d39300912b138e559366f0d3dc2db9481fefb8 /src/expr
parent1b16b221af56d12dfa88497f8a72eda5ad977f7d (diff)
minor changes to Theory
Diffstat (limited to 'src/expr')
-rw-r--r--src/expr/attr_type.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/expr/attr_type.h b/src/expr/attr_type.h
index 7fa828237..a4c8c41a9 100644
--- a/src/expr/attr_type.h
+++ b/src/expr/attr_type.h
@@ -27,10 +27,10 @@ class Type;
// this is essentially a traits structure
class Type_attr {
public:
-
+
// could use typeid but then different on different machines/compiles
enum { hash_value = 11 };
-
+
typedef Type value_type;//Node?
static const Type_attr marker;
};
generated by cgit on debian on lair
contact matthew@masot.net with questions or feedback