htc: fix htcfs sf definition

This commit is contained in:
Michael Scire 2021-02-12 02:30:52 -08:00 committed by SciresM
parent 1bd0094bee
commit 5fc1981061
4 changed files with 13 additions and 13 deletions

View file

@ -23,7 +23,7 @@ namespace ams::htcfs {
private:
ClientImpl m_impl;
public:
Client(htclow::HtclowManager *manager);
Client(htclow::HtclowManager *manager) : m_impl(manager) { /* ... */ }
};
void InitializeClient(htclow::HtclowManager *manager);