mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-07-23 06:09:50 -06:00
Reformat all the things!
This commit is contained in:
@ -35,6 +35,7 @@ private:
|
||||
public:
|
||||
UserEventData(const std::string& data) : m_data(data) {}
|
||||
const std::string& GetData() { return m_data; }
|
||||
|
||||
private:
|
||||
const std::string m_data;
|
||||
};
|
||||
|
Reference in New Issue
Block a user