Add missing public again

This commit is contained in:
VolcaEM
2020-06-22 21:37:01 +02:00
committed by GitHub
parent 776ee61c05
commit 06b7dee841
+1 -1
View File
@@ -454,7 +454,7 @@ public:
}
};
class ISessionObject final : ServiceFramework<ISessionObject> {
class ISessionObject final : public ServiceFramework<ISessionObject> {
public:
explicit ISessionObject(Common::UUID user_id) : ServiceFramework("ISessionObject") {
// clang-format off