summaryrefslogtreecommitdiff
path: root/src/theory/theory.h
diff options
context:
space:
mode:
authorTim King <taking@google.com>2017-03-27 20:59:48 -0700
committerTim King <taking@google.com>2017-03-27 20:59:48 -0700
commit0a0600ef6705f9d4265057fef307bc49f54bfa35 (patch)
tree15c37a03543bbe49a6d527c81bbe9c3fe1a3005b /src/theory/theory.h
parent495bdbb219af11a0c6673aecb83d390db9f873f7 (diff)
Removing the friend class modifier from ExtTheory to Theory.
Diffstat (limited to 'src/theory/theory.h')
-rw-r--r--src/theory/theory.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/theory/theory.h b/src/theory/theory.h
index 8f6efcf36..d34d3c549 100644
--- a/src/theory/theory.h
+++ b/src/theory/theory.h
@@ -911,7 +911,6 @@ public:
class ExtTheory {
- friend class Theory;
typedef context::CDHashMap<Node, bool, NodeHashFunction> NodeBoolMap;
typedef context::CDHashSet<Node, NodeHashFunction> NodeSet;
protected:
generated by cgit on debian on lair
contact matthew@masot.net with questions or feedback