Skip to content
Snippets Groups Projects
Commit 3984bb6d authored by bunnei's avatar bunnei
Browse files

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

parent 2f6ba544
No related branches found
No related tags found
No related merge requests found
...@@ -21,7 +21,7 @@ namespace Service::Time::TimeZone { ...@@ -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);
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment