diff options
Diffstat (limited to 'src')
| -rw-r--r-- | src/zencore/include/zencore/workthreadpool.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src/zencore/include/zencore/workthreadpool.h b/src/zencore/include/zencore/workthreadpool.h index 09c4903d6..932e3d404 100644 --- a/src/zencore/include/zencore/workthreadpool.h +++ b/src/zencore/include/zencore/workthreadpool.h @@ -48,6 +48,9 @@ private: struct Impl; struct ThreadStartInfo; + friend struct WinTpImpl; + friend struct ExplicitImpl; + std::unique_ptr<Impl> m_Impl; }; |