fix(library/shared_environment): compilation warning
This commit is contained in:
parent
7dda69fec7
commit
933850e0d1
1 changed files with 1 additions and 1 deletions
|
@ -12,7 +12,7 @@ Author: Leonardo de Moura
|
|||
namespace lean {
|
||||
/** \brief Auxiliary object used when multiple threads are trying to populate the same environment. */
|
||||
class shared_environment {
|
||||
friend class import_modules_fn;
|
||||
friend struct import_modules_fn;
|
||||
environment m_env;
|
||||
mutable mutex m_mutex;
|
||||
/**
|
||||
|
|
Loading…
Reference in a new issue