strat: use m_ for member variables

This commit is contained in:
Michael Scire
2021-10-10 00:14:06 -07:00
parent ce28591ab2
commit a595c232b9
425 changed files with 8531 additions and 8484 deletions

View File

@@ -25,8 +25,8 @@ namespace ams::ro {
class RoService {
private:
size_t context_id;
NrrKind nrr_kind;
size_t m_context_id;
NrrKind m_nrr_kind;
protected:
explicit RoService(NrrKind k);
public: