mirror of
https://github.com/Atmosphere-NX/Atmosphere.git
synced 2025-05-31 06:48:22 -04:00
strat: use m_ for member variables
This commit is contained in:
parent
ce28591ab2
commit
a595c232b9
425 changed files with 8531 additions and 8484 deletions
|
@ -66,7 +66,7 @@ namespace ams::fs::impl {
|
|||
|
||||
class IdString {
|
||||
private:
|
||||
char buffer[0x20];
|
||||
char m_buffer[0x20];
|
||||
private:
|
||||
const char *ToValueString(int id);
|
||||
public:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue