From 855061682e042b4848facf8329d48b5f20e623d8 Mon Sep 17 00:00:00 2001 From: Lioncash Date: Thu, 20 Oct 2016 10:41:40 -0400 Subject: [PATCH] GameCubeConfigPane: Add forward declaration for TEXIDevices --- Source/Core/DolphinWX/Config/GameCubeConfigPane.h | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Source/Core/DolphinWX/Config/GameCubeConfigPane.h b/Source/Core/DolphinWX/Config/GameCubeConfigPane.h index 73e4d5c75e..cf8c8a2f7b 100644 --- a/Source/Core/DolphinWX/Config/GameCubeConfigPane.h +++ b/Source/Core/DolphinWX/Config/GameCubeConfigPane.h @@ -7,6 +7,8 @@ #include #include +enum TEXIDevices : int; + class wxButton; class wxCheckBox; class wxChoice;