summaryrefslogtreecommitdiff
path: root/apt-pkg/solver3.h
diff options
context:
space:
mode:
Diffstat (limited to 'apt-pkg/solver3.h')
-rw-r--r--apt-pkg/solver3.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/apt-pkg/solver3.h b/apt-pkg/solver3.h
index a333d684a..2331af869 100644
--- a/apt-pkg/solver3.h
+++ b/apt-pkg/solver3.h
@@ -287,6 +287,7 @@ class Solver
// \brief Basic solver initializer. This cannot fail.
Solver(pkgCache &Cache, pkgDepCache::Policy &Policy, EDSP::Request::Flags requestFlags);
+ ~Solver();
// Assume that the variable is decided as specified.
[[nodiscard]] bool Assume(Var var, bool decision, const Clause *reason = nullptr);