Skip to content

Commit

Permalink
Merge pull request #895 from openscenegraph/CurrentThreadId
Browse files Browse the repository at this point in the history
Added commment explaining that OpenThreads::Thread::CurrentThread() r…
  • Loading branch information
openscenegraph committed Jan 13, 2020
2 parents 9e75926 + 9305485 commit 3930621
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion include/OpenThreads/Thread
Expand Up @@ -109,7 +109,7 @@ public:


/**
* Return a pointer to the current running thread
* Return a pointer to the current running thread, returns NULL for a non OpenThreads thread.
*/
static Thread *CurrentThread();

Expand Down

0 comments on commit 3930621

Please sign in to comment.