mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-07-22 22:00:39 -06:00
Reformat all the things!
This commit is contained in:
@ -77,6 +77,7 @@ public:
|
||||
const std::vector<std::string>& PerspectiveNames() const { return m_perspective_names; }
|
||||
int ActivePerspective() const { return m_active_perspective; }
|
||||
wxEvent* Clone() const override { return new PopulatePerspectivesEvent(*this); }
|
||||
|
||||
private:
|
||||
std::vector<std::string> m_perspective_names;
|
||||
int m_active_perspective{};
|
||||
|
Reference in New Issue
Block a user