diff -r 9414b0785849 -r 91bef6704b44 absyntax_utils/search_base_type.hh --- a/absyntax_utils/search_base_type.hh Thu May 26 14:26:33 2016 +0100 +++ b/absyntax_utils/search_base_type.hh Thu May 26 15:00:20 2016 +0100 @@ -141,7 +141,7 @@ void *visit(lword_type_name_c *symbol); void *visit(string_type_name_c *symbol); void *visit(wstring_type_name_c *symbol); - void *visit(void_c *symbol); /* A non standard datatype! */ + void *visit(void_type_name_c *symbol); /* A non standard datatype! */ /******************************************************/ /* Extensions to the base standard as defined in */