diff options
author | alex-sh <[email protected]> | 2022-02-10 16:50:03 +0300 |
---|---|---|
committer | Daniil Cherednik <[email protected]> | 2022-02-10 16:50:03 +0300 |
commit | 3196904c9f5bf7aff7374eeadcb0671589581f61 (patch) | |
tree | d13114a178799aeb203a4b3b43dd7fb0c4f6975f /library/cpp/scheme/scheme.h | |
parent | d154d11651ea533127249184148c3f023e2c6d0a (diff) |
Restoring authorship annotation for <[email protected]>. Commit 1 of 2.
Diffstat (limited to 'library/cpp/scheme/scheme.h')
-rw-r--r-- | library/cpp/scheme/scheme.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/library/cpp/scheme/scheme.h b/library/cpp/scheme/scheme.h index 3d7c59f3c97..22e7e33c4c5 100644 --- a/library/cpp/scheme/scheme.h +++ b/library/cpp/scheme/scheme.h @@ -253,7 +253,7 @@ namespace NSc { inline bool IsDict() const; inline const TDict& GetDict() const; - inline TDict& GetDictMutable(); + inline TDict& GetDictMutable(); inline TValue& SetDict(); // turns into dict if not one, returns self inline TValue& ClearDict(); |