From cd778cf9915689f14fbf7bd4499edd186993bc9e Mon Sep 17 00:00:00 2001 From: Lioncash Date: Thu, 8 Dec 2016 05:20:12 -0500 Subject: service: Drop '_Interface' in ptm service class names Inheriting from Service::Interface makes this obvious. --- src/core/hle/service/ptm/ptm_u.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/core/hle/service/ptm/ptm_u.cpp') diff --git a/src/core/hle/service/ptm/ptm_u.cpp b/src/core/hle/service/ptm/ptm_u.cpp index 65e868393..e0b65ba89 100644 --- a/src/core/hle/service/ptm/ptm_u.cpp +++ b/src/core/hle/service/ptm/ptm_u.cpp @@ -26,7 +26,7 @@ const Interface::FunctionInfo FunctionTable[] = { {0x000F0084, nullptr, "GetStepHistoryAll"}, }; -PTM_U_Interface::PTM_U_Interface() { +PTM_U::PTM_U() { Register(FunctionTable); } -- cgit v1.2.3