X-Git-Url: https://git.pterodactylus.net/?p=fms.git;a=blobdiff_plain;f=include%2Fpthreadwrapper%2Frunnable.h;h=cc3900eaa657ed3b4faaaa0502d72ff8e340162f;hp=7906f197b478de0282c14d38ae143f53e727a582;hb=5f8a87e41beeda971d6a47a6c6b0555da00af978;hpb=c7fcb4c4bc5012a584add81a9509fc1f84c3c688 diff --git a/include/pthreadwrapper/runnable.h b/include/pthreadwrapper/runnable.h index 7906f19..cc3900e 100644 --- a/include/pthreadwrapper/runnable.h +++ b/include/pthreadwrapper/runnable.h @@ -22,7 +22,7 @@ protected: private: - friend Thread; + friend class Thread; Thread *m_thread; };