mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-08-01 05:38:50 +00:00
Fix the GameCube mic dialog header's invalid include guard.
Fixes issue 6349.
This commit is contained in:
parent
b6e1127c8a
commit
3ff2a3a11a
1 changed files with 2 additions and 2 deletions
|
@ -2,8 +2,8 @@
|
||||||
// Licensed under GPLv2
|
// Licensed under GPLv2
|
||||||
// Refer to the license.txt file included.
|
// Refer to the license.txt file included.
|
||||||
|
|
||||||
#ifndef __HOTKEYDIALOG_h__
|
#ifndef __GCMICDIALOG_h__
|
||||||
#define __HOTKEYDIALOG_h__
|
#define __GCMICDIALOG_h__
|
||||||
|
|
||||||
#include <wx/wx.h>
|
#include <wx/wx.h>
|
||||||
#include <wx/textctrl.h>
|
#include <wx/textctrl.h>
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue