mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-04-22 12:34:55 +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/InputConfig.h"
|
||||
|
||||
using namespace ciface::ExpressionParser;
|
||||
using ciface::ExpressionParser::ParseStatus;
|
||||
|
||||
void InputConfigDialog::ConfigExtension(wxCommandEvent& event)
|
||||
{
|
||||
|
|
Loading…
Add table
Reference in a new issue