X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/c6427d4da424cadbea08b70e964ab1a93246f67d..9d33840bab4e10d701dd36f9b8660f6a13f05afe:/interface/wx/thread.h diff --git a/interface/wx/thread.h b/interface/wx/thread.h index 2bb854a14b..0985caf1b6 100644 --- a/interface/wx/thread.h +++ b/interface/wx/thread.h @@ -984,7 +984,7 @@ public: Returns the platform specific thread ID of the current thread as a long. This can be used to uniquely identify threads, even if they are not wxThreads. */ - static unsigned long GetCurrentId(); + static wxThreadIdType GetCurrentId(); /** Gets the thread identifier: this is a platform dependent number that uniquely @@ -1537,7 +1537,7 @@ public: // Global functions/macros // ============================================================================ -/** @ingroup group_funcmacro_thread */ +/** @addtogroup group_funcmacro_thread */ //@{ /**