Minor correction in API doc
This commit is contained in:
parent
eaa5ae9c55
commit
2308c5a627
@ -219,7 +219,7 @@ private :
|
|||||||
/// The function argument, if any, is copied in the sf::Thread
|
/// The function argument, if any, is copied in the sf::Thread
|
||||||
/// instance, as well as the functor (if the corresponding
|
/// instance, as well as the functor (if the corresponding
|
||||||
/// constructor is used). Class instances, however, are passed
|
/// constructor is used). Class instances, however, are passed
|
||||||
/// by pointer to you must make sure that the object won't be
|
/// by pointer so you must make sure that the object won't be
|
||||||
/// destroyed while the thread is still using it.
|
/// destroyed while the thread is still using it.
|
||||||
///
|
///
|
||||||
/// The thread ends when its function is terminated. If the
|
/// The thread ends when its function is terminated. If the
|
||||||
|
Loading…
Reference in New Issue
Block a user