X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/ceee1c4b3bafae08d54c97d6b18ab3edf0dd519a..9ed99f82da680a40becbb4e72d03a30d4acb335e:/include/wx/thread.h diff --git a/include/wx/thread.h b/include/wx/thread.h index 086007f826..6806d82fea 100644 --- a/include/wx/thread.h +++ b/include/wx/thread.h @@ -614,6 +614,8 @@ protected: // of this thread. virtual void *Entry() = 0; + // use this to call the Entry() virtual method + void *CallEntry(); // Callbacks which may be overridden by the derived class to perform some // specific actions when the thread is deleted or killed. By default they