summaryrefslogtreecommitdiff
path: root/src/core
diff options
context:
space:
mode:
authorGravatar bunnei2020-10-26 21:28:45 -0700
committerGravatar GitHub2020-10-26 21:28:45 -0700
commit1828f82000289c0e3e62190163ef10e050a8fc69 (patch)
treec788c95bc21a86ce4c70ab5fda410407e321c09e /src/core
parentMerge pull request #4834 from lioncash/copy-fn (diff)
parenthle: services: TimeZoneContentManager: This can be made explicit. (diff)
downloadyuzu-1828f82000289c0e3e62190163ef10e050a8fc69.tar.gz
yuzu-1828f82000289c0e3e62190163ef10e050a8fc69.tar.xz
yuzu-1828f82000289c0e3e62190163ef10e050a8fc69.zip
Merge pull request #4833 from bunnei/timezonemanager-explicit
hle: services: TimeZoneContentManager: This can be made explicit.
Diffstat (limited to 'src/core')
-rw-r--r--src/core/hle/service/time/time_zone_content_manager.h2
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 {
21 21
22class TimeZoneContentManager final { 22class TimeZoneContentManager final {
23public: 23public:
24 TimeZoneContentManager(Core::System& system); 24 explicit TimeZoneContentManager(Core::System& system);
25 25
26 void Initialize(TimeManager& time_manager); 26 void Initialize(TimeManager& time_manager);
27 27