From 2ee50d030178cede83eb9d0005fbc19f819d30fe Mon Sep 17 00:00:00 2001 From: Graham Inggs Date: Mon, 5 Feb 2018 14:48:51 +0200 Subject: Imported Upstream version 2.1.0 --- unsupported/Platform.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'unsupported/Platform.h') diff --git a/unsupported/Platform.h b/unsupported/Platform.h index b1fa91d..14f3d1a 100644 --- a/unsupported/Platform.h +++ b/unsupported/Platform.h @@ -15,9 +15,9 @@ in the source distribution for its full text. #include "SignalsPanel.h" #include "UnsupportedProcess.h" -extern SignalItem Platform_signals[]; +extern const SignalItem Platform_signals[]; -extern unsigned int Platform_numberOfSignals; +extern const unsigned int Platform_numberOfSignals; extern ProcessField Platform_defaultFields[]; -- cgit v1.2.3