diff options
| author | a-square <[email protected]> | 2022-02-10 16:50:24 +0300 |
|---|---|---|
| committer | Daniil Cherednik <[email protected]> | 2022-02-10 16:50:24 +0300 |
| commit | a01c1f7b71b4422f01b11d9ea45bfd88e228c968 (patch) | |
| tree | 5d5cb817648f650d76cf1076100726fd9b8448e8 /util/generic/flags.h | |
| parent | 34f3f9bd7972f67d913075206081554a3e39a0de (diff) | |
Restoring authorship annotation for <[email protected]>. Commit 2 of 2.
Diffstat (limited to 'util/generic/flags.h')
| -rw-r--r-- | util/generic/flags.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/util/generic/flags.h b/util/generic/flags.h index 4af19104b14..a1f5921d423 100644 --- a/util/generic/flags.h +++ b/util/generic/flags.h @@ -39,7 +39,7 @@ public: using TEnum = Enum; using TInt = std::underlying_type_t<Enum>; - constexpr TFlags(std::nullptr_t = 0) + constexpr TFlags(std::nullptr_t = 0) : Value_(0) { } |
