From f614b8a19fe92cd13862605c16d69aa23c8b9bd1 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Christian=20G=C3=B6ttsche?= Date: Sat, 19 Dec 2020 18:10:03 +0100 Subject: Mark Platform_defaultFields const --- linux/Platform.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'linux/Platform.h') diff --git a/linux/Platform.h b/linux/Platform.h index be0331b9..fe814484 100644 --- a/linux/Platform.h +++ b/linux/Platform.h @@ -18,7 +18,7 @@ in the source distribution for its full text. #include "ProcessLocksScreen.h" #include "SignalsPanel.h" -extern ProcessField Platform_defaultFields[]; +extern const ProcessField Platform_defaultFields[]; extern const SignalItem Platform_signals[]; -- cgit v1.2.3