aboutsummaryrefslogtreecommitdiffstats
path: root/library/cpp/binsaver/class_factory.h
diff options
context:
space:
mode:
authorzhnick <zhnick@yandex-team.ru>2022-02-10 16:49:24 +0300
committerDaniil Cherednik <dcherednik@yandex-team.ru>2022-02-10 16:49:24 +0300
commiteb6fe21ce79c63199487d2c364f773082919c024 (patch)
treea5c0e112ae4b9ef4368a30be0dcb8fef2ff37480 /library/cpp/binsaver/class_factory.h
parentc2bb7445128368226bd179d54d6a238c9fd3065e (diff)
downloadydb-eb6fe21ce79c63199487d2c364f773082919c024.tar.gz
Restoring authorship annotation for <zhnick@yandex-team.ru>. Commit 1 of 2.
Diffstat (limited to 'library/cpp/binsaver/class_factory.h')
-rw-r--r--library/cpp/binsaver/class_factory.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/library/cpp/binsaver/class_factory.h b/library/cpp/binsaver/class_factory.h
index e83512331b..2cccb98fd9 100644
--- a/library/cpp/binsaver/class_factory.h
+++ b/library/cpp/binsaver/class_factory.h
@@ -89,7 +89,7 @@ void TClassFactory<T>::RegisterTypeBase(int nTypeID, newFunc func, VFT vft) {
abort();
}
}
-
+
CTypeIndexHash::iterator typeIndexIt = typeIndex.find(vft);
if (typeIndexIt != typeIndex.end() && nTypeID != typeIndexIt->second) {
fprintf(stderr, "IBinSaver: class (Type ID 0x%08X) has been already registered (Type ID 0x%08X)\n", nTypeID, typeIndexIt->second);