summaryrefslogtreecommitdiffstats
path: root/dragonflybsd/Platform.h
diff options
context:
space:
mode:
authorChristian Göttsche <cgzones@googlemail.com>2020-10-05 13:19:50 +0200
committercgzones <cgzones@googlemail.com>2020-10-07 13:01:53 +0200
commitba282cfe193719f4fe030ebdcd80519ae19ffca2 (patch)
treecef89de747bb4312f7d5903f19f73ee04503e5ec /dragonflybsd/Platform.h
parent08d85e61435e43ade490ecef16437f93c0d88bed (diff)
Mark Object instances const
Diffstat (limited to 'dragonflybsd/Platform.h')
-rw-r--r--dragonflybsd/Platform.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/dragonflybsd/Platform.h b/dragonflybsd/Platform.h
index 5dfd28c0..3dc1eb1e 100644
--- a/dragonflybsd/Platform.h
+++ b/dragonflybsd/Platform.h
@@ -24,7 +24,7 @@ extern const unsigned int Platform_numberOfSignals;
void Platform_setBindings(Htop_Action* keys);
-extern MeterClass* Platform_meterTypes[];
+extern const MeterClass* const Platform_meterTypes[];
int Platform_getUptime(void);

© 2014-2024 Faster IT GmbH | imprint | privacy policy