From 0a0600ef6705f9d4265057fef307bc49f54bfa35 Mon Sep 17 00:00:00 2001 From: Tim King Date: Mon, 27 Mar 2017 20:59:48 -0700 Subject: [PATCH] Removing the friend class modifier from ExtTheory to Theory. --- src/theory/theory.h | 1 - 1 file changed, 1 deletion(-) 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 NodeBoolMap; typedef context::CDHashSet NodeSet; protected: -- 2.30.2