summaryrefslogtreecommitdiff
path: root/src/core
diff options
context:
space:
mode:
Diffstat (limited to 'src/core')
-rw-r--r--src/core/hle/service/sockets/blocking_worker.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/core/hle/service/sockets/blocking_worker.h b/src/core/hle/service/sockets/blocking_worker.h
index 31ef6b821..f2be6ce5c 100644
--- a/src/core/hle/service/sockets/blocking_worker.h
+++ b/src/core/hle/service/sockets/blocking_worker.h
@@ -29,7 +29,7 @@ namespace Service::Sockets {
29 * Worker abstraction to execute blocking calls on host without blocking the guest thread 29 * Worker abstraction to execute blocking calls on host without blocking the guest thread
30 * 30 *
31 * @tparam Service Service where the work is executed 31 * @tparam Service Service where the work is executed
32 * @tparam ...Types Types of work to execute 32 * @tparam Types Types of work to execute
33 */ 33 */
34template <class Service, class... Types> 34template <class Service, class... Types>
35class BlockingWorker { 35class BlockingWorker {