fix(kernel/environment): warning produced by clang
Signed-off-by: Leonardo de Moura <leonardo@microsoft.com>
This commit is contained in:
parent
8012c4f644
commit
ff16ffaea3
1 changed files with 1 additions and 1 deletions
|
@ -218,7 +218,7 @@ public:
|
||||||
in the environment
|
in the environment
|
||||||
*/
|
*/
|
||||||
class extension {
|
class extension {
|
||||||
friend class imp;
|
friend struct imp;
|
||||||
imp * m_env;
|
imp * m_env;
|
||||||
unsigned m_extid; // extension id
|
unsigned m_extid; // extension id
|
||||||
extension const * get_parent_core() const;
|
extension const * get_parent_core() const;
|
||||||
|
|
Loading…
Reference in a new issue