mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-08-01 13:48:56 +00:00
InputConfigDiag: don't use entire ExpressionParse namespace
This commit is contained in:
parent
bbb7c17235
commit
c33e391d26
1 changed files with 1 additions and 1 deletions
|
@ -70,7 +70,7 @@
|
||||||
#include "InputCommon/ControllerInterface/Device.h"
|
#include "InputCommon/ControllerInterface/Device.h"
|
||||||
#include "InputCommon/InputConfig.h"
|
#include "InputCommon/InputConfig.h"
|
||||||
|
|
||||||
using namespace ciface::ExpressionParser;
|
using ciface::ExpressionParser::ParseStatus;
|
||||||
|
|
||||||
void InputConfigDialog::ConfigExtension(wxCommandEvent& event)
|
void InputConfigDialog::ConfigExtension(wxCommandEvent& event)
|
||||||
{
|
{
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue