diff options
Diffstat (limited to 'src/core/hle/service/service.h')
| -rw-r--r-- | src/core/hle/service/service.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/core/hle/service/service.h b/src/core/hle/service/service.h index f23e0cd64..5bf197c51 100644 --- a/src/core/hle/service/service.h +++ b/src/core/hle/service/service.h | |||
| @@ -79,8 +79,8 @@ public: | |||
| 79 | Kernel::KClientPort& CreatePort(); | 79 | Kernel::KClientPort& CreatePort(); |
| 80 | 80 | ||
| 81 | /// Handles a synchronization request for the service. | 81 | /// Handles a synchronization request for the service. |
| 82 | ResultCode HandleSyncRequest(Kernel::KServerSession& session, | 82 | Result HandleSyncRequest(Kernel::KServerSession& session, |
| 83 | Kernel::HLERequestContext& context) override; | 83 | Kernel::HLERequestContext& context) override; |
| 84 | 84 | ||
| 85 | protected: | 85 | protected: |
| 86 | /// Member-function pointer type of SyncRequest handlers. | 86 | /// Member-function pointer type of SyncRequest handlers. |