Skip to content

Commit 3761dd8

Browse files
address build warning with overloaded virtual operators
Signed-off-by: Nikolaj Bjorner <[email protected]>
1 parent f7aec02 commit 3761dd8

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

Diff for: src/sat/tactic/sat2goal.h

+1
Original file line numberDiff line numberDiff line change
@@ -53,6 +53,7 @@ class sat2goal {
5353
mc(ast_manager& m);
5454
// flush model converter from SAT solver to this structure.
5555
void flush_smc(sat::solver& s, atom2bool_var const& map);
56+
using model_converter::operator();
5657
void operator()(sat::model& m);
5758
void operator()(model_ref& md) override;
5859
void operator()(expr_ref& fml) override;

0 commit comments

Comments
 (0)