diff options
author | bunnei <bunneidev@gmail.com> | 2020-10-27 05:28:45 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-10-27 05:28:45 +0100 |
commit | 1828f82000289c0e3e62190163ef10e050a8fc69 (patch) | |
tree | c788c95bc21a86ce4c70ab5fda410407e321c09e | |
parent | Merge pull request #4834 from lioncash/copy-fn (diff) | |
parent | hle: services: TimeZoneContentManager: This can be made explicit. (diff) | |
download | yuzu-1828f82000289c0e3e62190163ef10e050a8fc69.tar yuzu-1828f82000289c0e3e62190163ef10e050a8fc69.tar.gz yuzu-1828f82000289c0e3e62190163ef10e050a8fc69.tar.bz2 yuzu-1828f82000289c0e3e62190163ef10e050a8fc69.tar.lz yuzu-1828f82000289c0e3e62190163ef10e050a8fc69.tar.xz yuzu-1828f82000289c0e3e62190163ef10e050a8fc69.tar.zst yuzu-1828f82000289c0e3e62190163ef10e050a8fc69.zip |
Diffstat (limited to '')
-rw-r--r-- | src/core/hle/service/time/time_zone_content_manager.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/core/hle/service/time/time_zone_content_manager.h b/src/core/hle/service/time/time_zone_content_manager.h index 02bbbadac..52dd1a020 100644 --- a/src/core/hle/service/time/time_zone_content_manager.h +++ b/src/core/hle/service/time/time_zone_content_manager.h @@ -21,7 +21,7 @@ namespace Service::Time::TimeZone { class TimeZoneContentManager final { public: - TimeZoneContentManager(Core::System& system); + explicit TimeZoneContentManager(Core::System& system); void Initialize(TimeManager& time_manager); |