From 97e2d186da4024c7ac62f7549f3243bd15204118 Mon Sep 17 00:00:00 2001 From: Kirill Volinsky Date: Sun, 3 Dec 2017 15:00:42 +0300 Subject: Hunspell: lib updated to 1.6.2 --- libs/hunspell/src/phonet.hxx | 8 +++----- 1 file changed, 3 insertions(+), 5 deletions(-) (limited to 'libs/hunspell/src/phonet.hxx') diff --git a/libs/hunspell/src/phonet.hxx b/libs/hunspell/src/phonet.hxx index eb9fd0c628..2d58b3ba1b 100644 --- a/libs/hunspell/src/phonet.hxx +++ b/libs/hunspell/src/phonet.hxx @@ -27,8 +27,8 @@ Porting from Aspell to Hunspell using C-like structs */ -#ifndef __PHONETHXX__ -#define __PHONETHXX__ +#ifndef PHONET_HXX_ +#define PHONET_HXX_ #define HASHSIZE 256 #define MAXPHONETLEN 256 @@ -38,9 +38,7 @@ struct phonetable { char utf8; - cs_info* lang; - int num; - char** rules; + std::vector rules; int hash[HASHSIZE]; }; -- cgit v1.2.3