1
0
mirror of https://git.suyu.dev/suyu/suyu synced 2025-01-29 11:06:57 -06:00

Merge pull request 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

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