diff options
author | gulin <[email protected]> | 2022-02-10 16:47:31 +0300 |
---|---|---|
committer | Daniil Cherednik <[email protected]> | 2022-02-10 16:47:31 +0300 |
commit | c807aae441c17fc7f577c35757a4b6e0bd909802 (patch) | |
tree | fc3268f43edbf6f854c0266cd05b91952484179b /library/cpp/binsaver/class_factory.h | |
parent | d06e6190fa85c1fb4b011631503d53ea39942ff9 (diff) |
Restoring authorship annotation for <[email protected]>. Commit 1 of 2.
Diffstat (limited to 'library/cpp/binsaver/class_factory.h')
-rw-r--r-- | library/cpp/binsaver/class_factory.h | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/library/cpp/binsaver/class_factory.h b/library/cpp/binsaver/class_factory.h index e83512331ba..c16bc75d9d0 100644 --- a/library/cpp/binsaver/class_factory.h +++ b/library/cpp/binsaver/class_factory.h @@ -1,9 +1,9 @@ #pragma once #include <typeinfo> -#include <util/generic/hash.h> +#include <util/generic/hash.h> #include <util/generic/vector.h> -#include <util/ysafeptr.h> +#include <util/ysafeptr.h> //////////////////////////////////////////////////////////////////////////////////////////////////// @@ -86,8 +86,8 @@ void TClassFactory<T>::RegisterTypeBase(int nTypeID, newFunc func, VFT vft) { if (typeid(o1v) != typeid(o2v)) { fprintf(stderr, "IBinSaver: Type ID 0x%08X has been already used\n", nTypeID); - abort(); - } + abort(); + } } CTypeIndexHash::iterator typeIndexIt = typeIndex.find(vft); |