diff options
Diffstat (limited to 'src/kernel/ntqthread.h')
-rw-r--r-- | src/kernel/ntqthread.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/kernel/ntqthread.h b/src/kernel/ntqthread.h index 3776de41c..5bace1b1a 100644 --- a/src/kernel/ntqthread.h +++ b/src/kernel/ntqthread.h @@ -129,6 +129,7 @@ protected: private: TQThreadInstance * d; friend class TQThreadInstance; + friend class TQThreadStorageData; friend class TQCoreApplicationThread; friend class TQApplication; friend class TQEventLoop; |