strat: use m_ for member variables
This commit is contained in:
@@ -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:
|
||||
|
||||
Reference in New Issue
Block a user