]> git.saurik.com Git - wxWidgets.git/blobdiff - interface/wx/thread.h
reorder the classes, putting first the basic ones and towards the end of the file...
[wxWidgets.git] / interface / wx / thread.h
index 2bb854a14b5a36ab94662972f46051401c36f31d..0985caf1b6f591ebbe045a8a9a5a32419ba3ffd6 100644 (file)
@@ -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 */
 //@{
 
 /**