diff options
Diffstat (limited to 'chrome/third_party/hunspell/google/bdict.h')
-rw-r--r-- | chrome/third_party/hunspell/google/bdict.h | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/chrome/third_party/hunspell/google/bdict.h b/chrome/third_party/hunspell/google/bdict.h index b96a2e4..3157616 100644 --- a/chrome/third_party/hunspell/google/bdict.h +++ b/chrome/third_party/hunspell/google/bdict.h @@ -98,6 +98,10 @@ class BDict { public: // File header. enum { SIGNATURE = 0x63694442 }; + enum { + MAJOR_VERSION = 1, + MINOR_VERSION = 1 + }; struct Header { uint32 signature; |