diff options
Diffstat (limited to 'lib/parse_plural.h')
-rw-r--r-- | lib/parse_plural.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/parse_plural.h b/lib/parse_plural.h index 847bec35..960172fa 100644 --- a/lib/parse_plural.h +++ b/lib/parse_plural.h @@ -112,7 +112,7 @@ struct NumberN : public Expr<int> }; -typedef Zbase<char> Wstring; +typedef zen::Zbase<char> Wstring; class PluralForm |