summaryrefslogtreecommitdiff
path: root/src/theory/sets/theory_sets.h
diff options
context:
space:
mode:
authorKshitij Bansal <kshitij@cs.nyu.edu>2014-04-08 15:06:38 -0400
committerKshitij Bansal <kshitij@cs.nyu.edu>2014-04-09 14:51:22 -0400
commitf328d181c943237367a9f7374199ef5e58285faf (patch)
tree839cb4742f8a61a0f7b73a6cbb1d7943cbdef850 /src/theory/sets/theory_sets.h
parentb6d9f0bd9058db1358897834ac987f5d34de8734 (diff)
more
Diffstat (limited to 'src/theory/sets/theory_sets.h')
-rw-r--r--src/theory/sets/theory_sets.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/theory/sets/theory_sets.h b/src/theory/sets/theory_sets.h
index f40031514..9f74064cb 100644
--- a/src/theory/sets/theory_sets.h
+++ b/src/theory/sets/theory_sets.h
@@ -27,10 +27,12 @@ namespace theory {
namespace sets {
class TheorySetsPrivate;
+class TheorySetsScrutinize;
class TheorySets : public Theory {
private:
friend class TheorySetsPrivate;
+ friend class TheorySetsScrutinize;
TheorySetsPrivate* d_internal;
public:
generated by cgit on debian on lair
contact matthew@masot.net with questions or feedback