3
0
Fork 0
mirror of https://github.com/Z3Prover/z3 synced 2025-04-22 16:45:31 +00:00

fix build warning from tptp example

Signed-off-by: Nikolaj Bjorner <nbjorner@microsoft.com>
This commit is contained in:
Nikolaj Bjorner 2013-09-08 13:30:03 -07:00
parent 93fd36b5da
commit 861a31f458
2 changed files with 2 additions and 1 deletions

View file

@ -1132,6 +1132,7 @@ namespace datalog {
If tgt_is_first is false, contains the same items as \c res.
*/
idx_set m_intersection_content;
public:
negation_filter_fn(const table_base & tgt, const table_base & neg,