1
0
Fork 0
forked from suyu/suyu

hle: services: TimeZoneContentManager: This can be made explicit.

This commit is contained in:
bunnei 2020-10-26 16:11:45 -07:00
parent 2f6ba54483
commit 3984bb6def

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