diff --git a/Userland/Applications/Spreadsheet/ExportDialog.cpp b/Userland/Applications/Spreadsheet/ExportDialog.cpp index dd922020d7..06fd015462 100644 --- a/Userland/Applications/Spreadsheet/ExportDialog.cpp +++ b/Userland/Applications/Spreadsheet/ExportDialog.cpp @@ -49,7 +49,7 @@ #include // This is defined in ImportDialog.cpp, we can't include it twice, since the generated symbol is exported. -extern const char* select_format_page_gml; +extern const char select_format_page_gml[]; namespace Spreadsheet {