fix(library/type_context): compilation warning
This commit is contained in:
parent
8d9d84f33c
commit
7e7919950d
1 changed files with 1 additions and 0 deletions
|
@ -22,6 +22,7 @@ class tmp_local_generator {
|
||||||
name mk_fresh_name();
|
name mk_fresh_name();
|
||||||
public:
|
public:
|
||||||
tmp_local_generator();
|
tmp_local_generator();
|
||||||
|
virtual ~tmp_local_generator() {}
|
||||||
|
|
||||||
/** \brief Create a temporary local constant */
|
/** \brief Create a temporary local constant */
|
||||||
virtual expr mk_tmp_local(expr const & type, binder_info const & bi);
|
virtual expr mk_tmp_local(expr const & type, binder_info const & bi);
|
||||||
|
|
Loading…
Reference in a new issue