From d26620756121f97f4564edd9d87d6997eebccddb Mon Sep 17 00:00:00 2001 From: Pengfei Date: Mon, 9 Aug 2021 10:54:41 +0800 Subject: [PATCH] Fix clang --- src/frontend/title_info_dialog.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/frontend/title_info_dialog.h b/src/frontend/title_info_dialog.h index 6d36477..1803b10 100644 --- a/src/frontend/title_info_dialog.h +++ b/src/frontend/title_info_dialog.h @@ -7,7 +7,7 @@ #include "core/file_sys/smdh.h" namespace Core { -class Config; +struct Config; class ContentSpecifier; class SDMCImporter; class TitleMetadata;