diff options
| author | 2020-09-07 00:45:53 -0400 | |
|---|---|---|
| committer | 2020-09-07 00:45:53 -0400 | |
| commit | 9652973db2c4e60e38afb19e66efc6e30e266600 (patch) | |
| tree | db9a1cdda05f8a1ffeeedf39f76660bef076b8a3 /src | |
| parent | Merge pull request #4606 from lioncash/constexpr (diff) | |
| download | yuzu-9652973db2c4e60e38afb19e66efc6e30e266600.tar.gz yuzu-9652973db2c4e60e38afb19e66efc6e30e266600.tar.xz yuzu-9652973db2c4e60e38afb19e66efc6e30e266600.zip | |
blocking_worker: Resolve -Wdocumentation warning
Diffstat (limited to 'src')
| -rw-r--r-- | src/core/hle/service/sockets/blocking_worker.h | 2 |
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 | */ |
| 34 | template <class Service, class... Types> | 34 | template <class Service, class... Types> |
| 35 | class BlockingWorker { | 35 | class BlockingWorker { |