From 3ff2a3a11a65c4f4985ec7f9f45122ae05e9cc1a Mon Sep 17 00:00:00 2001 From: "ondra.hosek" Date: Thu, 6 Jun 2013 21:30:50 +1000 Subject: [PATCH] Fix the GameCube mic dialog header's invalid include guard. Fixes issue 6349. --- Source/Core/DolphinWX/Src/GCMicDlg.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Source/Core/DolphinWX/Src/GCMicDlg.h b/Source/Core/DolphinWX/Src/GCMicDlg.h index ee6933b7c5..7d5d88b6dd 100644 --- a/Source/Core/DolphinWX/Src/GCMicDlg.h +++ b/Source/Core/DolphinWX/Src/GCMicDlg.h @@ -2,8 +2,8 @@ // Licensed under GPLv2 // Refer to the license.txt file included. -#ifndef __HOTKEYDIALOG_h__ -#define __HOTKEYDIALOG_h__ +#ifndef __GCMICDIALOG_h__ +#define __GCMICDIALOG_h__ #include #include