From a54ecbda869c253cfca93be0a1f5cf72805977a4 Mon Sep 17 00:00:00 2001 From: Pengfei Date: Mon, 9 Aug 2021 16:48:39 +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 ccc5a39..1e39640 100644 --- a/src/frontend/title_info_dialog.h +++ b/src/frontend/title_info_dialog.h @@ -8,7 +8,7 @@ namespace Core { struct Config; -class ContentSpecifier; +struct ContentSpecifier; class NCCHContainer; class SDMCImporter; class TitleMetadata;