Correct FV_MAX_INDEX

This commit is contained in:
Allan L. Bazinet 2016-04-05 10:56:57 -07:00
parent eaf05340dc
commit 81d8a9234b

View file

@ -213,7 +213,7 @@ class FlagValue {
FV_UINT64 = 4,
FV_DOUBLE = 5,
FV_STRING = 6,
FV_MAX_INDEX = 7,
FV_MAX_INDEX = 6,
};
const char* TypeName() const;
bool Equal(const FlagValue& x) const;