Commit 81d8a923 authored by Allan L. Bazinet's avatar Allan L. Bazinet

Correct FV_MAX_INDEX

parent eaf05340
......@@ -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;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment