mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-08-27 04:36:18 +00:00
Controller Interface: Remove "using namespace" in header file.
This commit is contained in:
parent
a9a6270982
commit
b0060e5184
5 changed files with 26 additions and 28 deletions
|
@ -124,7 +124,7 @@ private:
|
|||
GamepadPage* const m_parent;
|
||||
wxStaticText* m_bound_label;
|
||||
wxStaticText* m_error_label;
|
||||
DeviceQualifier m_devq;
|
||||
ciface::Core::DeviceQualifier m_devq;
|
||||
bool GetExpressionForSelectedControl(wxString &expr);
|
||||
};
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue