Merge pull request #4833 from bunnei/timezonemanager-explicit

hle: services: TimeZoneContentManager: This can be made explicit.
This commit is contained in:
bunnei 2020-10-26 21:28:45 -07:00 committed by GitHub
commit 1828f82000
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -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);