Merge pull request #4023 from zhaowenlan1779/port-yuzu-797

Port yuzu-emu/yuzu#797 from yuzu
This commit is contained in:
Merry 2018-07-30 08:28:35 +01:00 committed by GitHub
commit f4a389dca5
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
4 changed files with 4 additions and 4 deletions

View file

@ -222,7 +222,7 @@ protected:
* @param max_sessions Maximum number of sessions that can be
* connected to this service at the same time.
*/
ServiceFramework(const char* service_name, u32 max_sessions = DefaultMaxSessions)
explicit ServiceFramework(const char* service_name, u32 max_sessions = DefaultMaxSessions)
: ServiceFrameworkBase(service_name, max_sessions, Invoker) {}
/// Registers handlers in the service.