mirror of
https://git.zaroz.cloud/nintendo-back-up/yuzu/yuzu-mainline.git
synced 2025-03-21 01:53:15 +00:00
hle: services: TimeZoneContentManager: This can be made explicit.
This commit is contained in:
parent
2f6ba54483
commit
3984bb6def
@ -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);
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user