diff options
author | and42 <and42@yandex-team.ru> | 2022-02-10 16:47:12 +0300 |
---|---|---|
committer | Daniil Cherednik <dcherednik@yandex-team.ru> | 2022-02-10 16:47:12 +0300 |
commit | 984590e9d9d7c0f912885d93ae78be402ae7b4f4 (patch) | |
tree | 339adc63bce23800021202ae4a8328a843dc447a /library/cpp/dns/magic.h | |
parent | 4fc9a1a64db469cc94894abfec740aa5c9e9789b (diff) | |
download | ydb-984590e9d9d7c0f912885d93ae78be402ae7b4f4.tar.gz |
Restoring authorship annotation for <and42@yandex-team.ru>. Commit 2 of 2.
Diffstat (limited to 'library/cpp/dns/magic.h')
-rw-r--r-- | library/cpp/dns/magic.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/library/cpp/dns/magic.h b/library/cpp/dns/magic.h index 64a98fc9cc5..d52cde0a6c8 100644 --- a/library/cpp/dns/magic.h +++ b/library/cpp/dns/magic.h @@ -3,7 +3,7 @@ #include <util/generic/yexception.h> #include <util/generic/ptr.h> -namespace NDns { +namespace NDns { class IError { public: virtual ~IError() = default; |