Skip to content
Snippets Groups Projects
Unverified Commit 1828f820 authored by bunnei's avatar bunnei Committed by GitHub
Browse files

Merge pull request #4833 from bunnei/timezonemanager-explicit

hle: services: TimeZoneContentManager: This can be made explicit.
parents 9f08cea2 3984bb6d
No related branches found
No related tags found
No related merge requests found
......@@ -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);
......
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