diff options
| author | styskin <[email protected]> | 2022-02-10 16:50:03 +0300 | 
|---|---|---|
| committer | Daniil Cherednik <[email protected]> | 2022-02-10 16:50:03 +0300 | 
| commit | b7150e553870c241d83498a5a0135999be182787 (patch) | |
| tree | 107c92e7a36c9c1fae898fe0994d74c658f50424 /library/cpp/scheme/scimpl.h | |
| parent | 88ee78b1a163eaddee7e880ac73943456040fce0 (diff) | |
Restoring authorship annotation for <[email protected]>. Commit 1 of 2.
Diffstat (limited to 'library/cpp/scheme/scimpl.h')
| -rw-r--r-- | library/cpp/scheme/scimpl.h | 2 | 
1 files changed, 1 insertions, 1 deletions
| diff --git a/library/cpp/scheme/scimpl.h b/library/cpp/scheme/scimpl.h index 4f68f16290f..bfe91d2e383 100644 --- a/library/cpp/scheme/scimpl.h +++ b/library/cpp/scheme/scimpl.h @@ -472,7 +472,7 @@ namespace NSc {      TValue::operator const ::NSc::TArray&() const {          return GetArray();      } - +       TValue::operator const ::NSc::TDict&() const {          return GetDict();      } | 
