mirror of
https://github.com/gflags/gflags.git
synced 2025-04-05 05:25:04 +00:00
Correct FV_MAX_INDEX
This commit is contained in:
parent
eaf05340dc
commit
81d8a9234b
1 changed files with 1 additions and 1 deletions
|
@ -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;
|
||||
|
|
Loading…
Add table
Reference in a new issue