summaryrefslogtreecommitdiffstats
path: root/src/core/hle
diff options
context:
space:
mode:
authorbunnei <bunneidev@gmail.com>2020-10-27 05:28:45 +0100
committerGitHub <noreply@github.com>2020-10-27 05:28:45 +0100
commit1828f82000289c0e3e62190163ef10e050a8fc69 (patch)
treec788c95bc21a86ce4c70ab5fda410407e321c09e /src/core/hle
parentMerge pull request #4834 from lioncash/copy-fn (diff)
parenthle: services: TimeZoneContentManager: This can be made explicit. (diff)
downloadyuzu-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 'src/core/hle')
-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 {
class TimeZoneContentManager final {
public:
- TimeZoneContentManager(Core::System& system);
+ explicit TimeZoneContentManager(Core::System& system);
void Initialize(TimeManager& time_manager);