Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Fix the GameCube mic dialog header's invalid include guard.
Fixes issue 6349.
  • Loading branch information
RavuAlHemio authored and skidau committed Jun 6, 2013
1 parent b6e1127 commit 3ff2a3a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Source/Core/DolphinWX/Src/GCMicDlg.h
Expand Up @@ -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 <wx/wx.h>
#include <wx/textctrl.h>
Expand Down

0 comments on commit 3ff2a3a

Please sign in to comment.