mirror of
https://git.h3cjp.net/H3cJP/citra.git
synced 2025-01-15 04:06:46 +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 {
|
class TimeZoneContentManager final {
|
||||||
public:
|
public:
|
||||||
TimeZoneContentManager(Core::System& system);
|
explicit TimeZoneContentManager(Core::System& system);
|
||||||
|
|
||||||
void Initialize(TimeManager& time_manager);
|
void Initialize(TimeManager& time_manager);
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue