mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-06-13 00:58:29 +02:00
InputConfigDiag: don't use entire ExpressionParse namespace
This commit is contained in:
@ -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)
|
||||||
{
|
{
|
||||||
|
Reference in New Issue
Block a user