diff options
author | David Marcec <[email protected]> | 2019-09-22 16:41:34 +1000 |
---|---|---|
committer | David Marcec <[email protected]> | 2019-09-22 16:41:34 +1000 |
commit | bd1c4ec9a008af9654385ce4f7a96b81a52c9ff6 (patch) | |
tree | b432d1cdfe0c5d40af58717f126c91a5d7fd2ab4 /src/core/hle/service/nim | |
parent | fcdbf0bc53d9361351ac8bae22d590e526fdb49d (diff) | |
download | yuzu-mainline-bd1c4ec9a008af9654385ce4f7a96b81a52c9ff6.tar.gz yuzu-mainline-bd1c4ec9a008af9654385ce4f7a96b81a52c9ff6.zip |
Rebase
Diffstat (limited to 'src/core/hle/service/nim')
-rw-r--r-- | src/core/hle/service/nim/nim.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/core/hle/service/nim/nim.cpp b/src/core/hle/service/nim/nim.cpp index 8c47b2d75..75d414952 100644 --- a/src/core/hle/service/nim/nim.cpp +++ b/src/core/hle/service/nim/nim.cpp @@ -126,7 +126,7 @@ public: class IEnsureNetworkClockAvailabilityService final : public ServiceFramework<IEnsureNetworkClockAvailabilityService> { public: - IEnsureNetworkClockAvailabilityService(Core::System& system) + explicit IEnsureNetworkClockAvailabilityService(Core::System& system) : ServiceFramework("IEnsureNetworkClockAvailabilityService") { static const FunctionInfo functions[] = { {0, &IEnsureNetworkClockAvailabilityService::StartTask, "StartTask"}, |