summaryrefslogtreecommitdiff
path: root/colm/compiler.h
diff options
context:
space:
mode:
Diffstat (limited to 'colm/compiler.h')
-rw-r--r--colm/compiler.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/colm/compiler.h b/colm/compiler.h
index f22b33e3..67d5b40e 100644
--- a/colm/compiler.h
+++ b/colm/compiler.h
@@ -596,7 +596,7 @@ struct Compiler
int nextPriorKey, nextNameId;
/* Alphabet type. */
- HostType *userAlphType;
+ const HostType *userAlphType;
bool alphTypeSet;
/* Element type and get key expression. */