mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-08-18 08:20:44 +00:00
Spreadsheet: Declare the extern GML variable as an array, not a pointer
Part of #5906 Fixes #5943
This commit is contained in:
parent
340e1f4b28
commit
f05cca7a9a
Notes:
sideshowbarker
2024-07-18 20:50:58 +09:00
Author: https://github.com/d1823 🔰
Commit: f05cca7a9a
Pull-request: https://github.com/SerenityOS/serenity/pull/6095
1 changed files with 1 additions and 1 deletions
|
@ -49,7 +49,7 @@
|
|||
#include <unistd.h>
|
||||
|
||||
// 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 {
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue