summaryrefslogtreecommitdiff
path: root/src/theory/rep_set.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/theory/rep_set.h')
-rw-r--r--src/theory/rep_set.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/theory/rep_set.h b/src/theory/rep_set.h
index a619915ee..c72e46e76 100644
--- a/src/theory/rep_set.h
+++ b/src/theory/rep_set.h
@@ -40,7 +40,7 @@ public:
/** get cardinality for type */
int getNumRepresentatives( TypeNode tn ) const;
/** add representative for type */
- void add( Node n );
+ void add( TypeNode tn, Node n );
/** returns index in d_type_reps for node n */
int getIndexFor( Node n ) const;
/** complete all values */
generated by cgit on debian on lair
contact matthew@masot.net with questions or feedback