From 86fbb6357d186859911ff29f9a0ded96ea1a4634 Mon Sep 17 00:00:00 2001 From: Pierre Pronchery Date: Thu, 21 Feb 2019 02:26:50 +0100 Subject: [PATCH] Constify --- src/configure.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/configure.h b/src/configure.h index 274130c..778b3e5 100644 --- a/src/configure.h +++ b/src/configure.h @@ -133,7 +133,7 @@ extern const struct ExtensionType * sExtensionType; typedef struct _ConfigurePrefs { unsigned int flags; - char * os; + String const * os; } ConfigurePrefs; # define PREFS_n 0x1 # define PREFS_S 0x2