Browse Source
Merge pull request #4833 from bunnei/timezonemanager-explicit
hle: services: TimeZoneContentManager: This can be made explicit.
pull/15/merge
bunnei
5 years ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with
1 additions and
1 deletions
-
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); |
|
|
|
|
|
|
|
|