fix(library/shared_environment): compilation warning

This commit is contained in:
Leonardo de Moura 2015-08-17 08:41:12 -07:00
parent 7dda69fec7
commit 933850e0d1

View file

@ -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;
/**