diff options
| author | Stanislav Kirillov <[email protected]> | 2022-02-10 16:46:08 +0300 |
|---|---|---|
| committer | Daniil Cherednik <[email protected]> | 2022-02-10 16:46:08 +0300 |
| commit | cb68f224c46a8ee52ac3fdd2a32534b8bb8dc134 (patch) | |
| tree | 1a2c5ffcf89eb53ecd79dbc9bc0a195c27404d0c /util/ysaveload.h | |
| parent | 92fe2b1e7bc79f7b95adef61714fc003f6ea4a1c (diff) | |
Restoring authorship annotation for Stanislav Kirillov <[email protected]>. Commit 2 of 2.
Diffstat (limited to 'util/ysaveload.h')
| -rw-r--r-- | util/ysaveload.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/util/ysaveload.h b/util/ysaveload.h index 89b1d9f0d69..02efb4049b6 100644 --- a/util/ysaveload.h +++ b/util/ysaveload.h @@ -491,11 +491,11 @@ public: : TBase(s) { Y_UNUSED(cnt); - P_ = this->S_.begin(); + P_ = this->S_.begin(); } inline void Insert(const TValue& v) { - P_ = this->S_.insert(P_, v); + P_ = this->S_.insert(P_, v); } private: |
