parser, symbols: drop unnecessary casts
[platform/upstream/libxkbcommon.git] / src / xkbcomp / ast-build.c
index 9d760e0..9f429d9 100644 (file)
@@ -302,7 +302,7 @@ KeyTypeCreate(xkb_atom_t name, VarDef *body)
 }
 
 SymbolsDef *
-SymbolsCreate(xkb_atom_t keyName, ExprDef *symbols)
+SymbolsCreate(xkb_atom_t keyName, VarDef *symbols)
 {
     SymbolsDef *def = malloc(sizeof(*def));
     if (!def)