diff options
author | Jaakko Keränen <jaakko.keranen@iki.fi> | 2022-01-13 14:10:27 +0200 |
---|---|---|
committer | Jaakko Keränen <jaakko.keranen@iki.fi> | 2022-01-13 14:10:27 +0200 |
commit | 061a5d5e37a145281d668c1d659cafbb62d5f0ec (patch) | |
tree | 97e3cf90b999ee2d2fa1a26e037b93b9e2b90c94 | |
parent | 9166dd94bd21a4feafb2be05e718c09c8abb8ba6 (diff) |
Fixed a build error
-rw-r--r-- | src/ui/mobile.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/ui/mobile.h b/src/ui/mobile.h index c19623f9..a719f20b 100644 --- a/src/ui/mobile.h +++ b/src/ui/mobile.h | |||
@@ -33,7 +33,7 @@ struct Impl_ToolbarActionSpec { | |||
33 | const char *command; | 33 | const char *command; |
34 | }; | 34 | }; |
35 | 35 | ||
36 | const iToolbarActionSpec toolbarActions_Mobile[max_ToolbarAction]; | 36 | extern const iToolbarActionSpec toolbarActions_Mobile[max_ToolbarAction]; |
37 | 37 | ||
38 | iDeclareType(Widget) | 38 | iDeclareType(Widget) |
39 | iDeclareType(MenuItem) | 39 | iDeclareType(MenuItem) |