X-Git-Url: https://git.pterodactylus.net/?p=fms.git;a=blobdiff_plain;f=include%2Fpthreadwrapper%2Frunnable.h;h=fa1084749ecb0701546bd136aa2e3625af6470f8;hp=cc3900eaa657ed3b4faaaa0502d72ff8e340162f;hb=d8ccfe2b3944adf07d35534459cdda19d15217c8;hpb=21f835f30b4e092c847bf4569a00995774f7330e diff --git a/include/pthreadwrapper/runnable.h b/include/pthreadwrapper/runnable.h index cc3900e..fa10847 100644 --- a/include/pthreadwrapper/runnable.h +++ b/include/pthreadwrapper/runnable.h @@ -12,7 +12,7 @@ class Runnable { public: Runnable():m_thread(0) {} - ~Runnable() {} + virtual ~Runnable() {} virtual void Run()=0;