mirror of
https://github.com/Atmosphere-NX/Atmosphere.git
synced 2025-05-21 18:35:13 -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
|
@ -30,7 +30,7 @@ namespace ams::erpt::srv {
|
|||
|
||||
class Attachment : public Allocator, public Stream {
|
||||
private:
|
||||
JournalRecord<AttachmentInfo> *record;
|
||||
JournalRecord<AttachmentInfo> *m_record;
|
||||
private:
|
||||
AttachmentFileName FileName() const;
|
||||
public:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue