3
0
Fork 0
mirror of https://github.com/Z3Prover/z3 synced 2025-09-02 00:00:41 +00:00

fixing some compilation warnings

Signed-off-by: Leonardo de Moura <leonardo@microsoft.com>
This commit is contained in:
Leonardo de Moura 2012-10-24 23:43:58 -07:00
parent b94edf8fe6
commit 2583729085
4 changed files with 4 additions and 4 deletions

View file

@ -38,4 +38,4 @@ public:
};
#endif _PROOF_UTILS_H_
#endif

View file

@ -46,4 +46,4 @@ public:
void operator()(expr_ref& fml, proof_ref& pr);
};
#endif __QE_LITE_H__
#endif