aboutsummaryrefslogtreecommitdiffstats
path: root/contrib/libs/gflags/include
diff options
context:
space:
mode:
authord-mokhnatkin <d-mokhnatkin@ydb.tech>2022-08-19 19:42:27 +0300
committerd-mokhnatkin <d-mokhnatkin@ydb.tech>2022-08-19 19:42:27 +0300
commit9c9f16353b5f81ac978a1773139cc5769d126135 (patch)
tree432629b176605ce362739db320c246fe4df415f7 /contrib/libs/gflags/include
parentab9bc5ca72f57e972d0927aae30fcff37f1d5f7b (diff)
downloadydb-9c9f16353b5f81ac978a1773139cc5769d126135.tar.gz
move parser_ut to YQ
Diffstat (limited to 'contrib/libs/gflags/include')
-rw-r--r--contrib/libs/gflags/include/gflags/gflags.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/contrib/libs/gflags/include/gflags/gflags.h b/contrib/libs/gflags/include/gflags/gflags.h
index 33d8cad258..caadfd4aed 100644
--- a/contrib/libs/gflags/include/gflags/gflags.h
+++ b/contrib/libs/gflags/include/gflags/gflags.h
@@ -223,7 +223,7 @@ extern GFLAGS_DLL_DECL bool GetCommandLineFlagInfo(const char* name, CommandLine
// if (GetCommandLineFlagInfoOrDie("foo").is_default) ...
extern GFLAGS_DLL_DECL CommandLineFlagInfo GetCommandLineFlagInfoOrDie(const char* name);
-enum GFLAGS_DLL_DECL FlagSettingMode {
+enum FlagSettingMode {
// update the flag's value (can call this multiple times).
SET_FLAGS_VALUE,
// update the flag's value, but *only if* it has not yet been updated