fix(library/type_context): compilation warning

This commit is contained in:
Leonardo de Moura 2015-11-05 16:32:59 -08:00
parent 8d9d84f33c
commit 7e7919950d

View file

@ -22,6 +22,7 @@ class tmp_local_generator {
name mk_fresh_name();
public:
tmp_local_generator();
virtual ~tmp_local_generator() {}
/** \brief Create a temporary local constant */
virtual expr mk_tmp_local(expr const & type, binder_info const & bi);