From: Tim King Date: Tue, 28 Mar 2017 03:59:48 +0000 (-0700) Subject: Removing the friend class modifier from ExtTheory to Theory. X-Git-Tag: cvc5-1.0.0~5865 X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=0a0600ef6705f9d4265057fef307bc49f54bfa35;p=cvc5.git Removing the friend class modifier from ExtTheory to Theory. --- 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: