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();
|
||||
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);
|
||||
|
|
Loading…
Reference in a new issue