mirror of
https://github.com/yuzu-emu/yuzu.git
synced 2024-07-04 23:31:19 +01:00
hle: services: TimeZoneContentManager: This can be made explicit.
This commit is contained in:
parent
2f6ba54483
commit
3984bb6def
1 changed files with 1 additions and 1 deletions
|
@ -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…
Add table
Reference in a new issue