summaryrefslogtreecommitdiff
path: root/src/preprocessing/passes/non_clausal_simp.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/preprocessing/passes/non_clausal_simp.h')
-rw-r--r--src/preprocessing/passes/non_clausal_simp.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/preprocessing/passes/non_clausal_simp.h b/src/preprocessing/passes/non_clausal_simp.h
index de16cc49a..329542f38 100644
--- a/src/preprocessing/passes/non_clausal_simp.h
+++ b/src/preprocessing/passes/non_clausal_simp.h
@@ -76,7 +76,7 @@ class NonClausalSimp : public PreprocessingPass
* This tracks the proof in the learned literal preprocess proof generator
* d_llpg below and returns the rewritten learned literal.
*/
- Node processRewrittenLearnedLit(theory::TrustNode trn);
+ Node processRewrittenLearnedLit(TrustNode trn);
/** Is proof enabled? */
bool isProofEnabled() const;
/** The proof node manager */
generated by cgit on debian on lair
contact matthew@masot.net with questions or feedback