diff options
author | Vasily Gerasimov <[email protected]> | 2022-02-10 16:49:09 +0300 |
---|---|---|
committer | Daniil Cherednik <[email protected]> | 2022-02-10 16:49:09 +0300 |
commit | 6cdc8f140213c595e4ad38bc3d97fcef1146b8c3 (patch) | |
tree | f69637041e6fed76ebae0c74ae1fa0c4be6ab5b4 /util/generic/cast_ut.cpp | |
parent | e5d4696304c6689379ac7ce334512404d4b7836c (diff) |
Restoring authorship annotation for Vasily Gerasimov <[email protected]>. Commit 1 of 2.
Diffstat (limited to 'util/generic/cast_ut.cpp')
-rw-r--r-- | util/generic/cast_ut.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/util/generic/cast_ut.cpp b/util/generic/cast_ut.cpp index 718a8de79de..41130522024 100644 --- a/util/generic/cast_ut.cpp +++ b/util/generic/cast_ut.cpp @@ -16,7 +16,7 @@ private: virtual ~TAaa() = default; }; struct TBbb: public TAaa {}; - + inline void TestVerifyDynamicCast() { TBbb bbb; TAaa* aaa = &bbb; |