Skip to content

Commit c1e0622

Browse files
authored
Update TStringBase.h
1 parent 985df94 commit c1e0622

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

include/cppcore/Common/TStringBase.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -98,7 +98,7 @@ class TStringBase {
9898
template <class T>
9999
inline TStringBase<T>::TStringBase(const T *ptr, size_t size) {
100100
copyFrom(*this, ptr, size);
101-
mHashId = THash<HashId>::toHash(c_str(), size());
101+
mHashId = THash<HashId>::toHash(c_str(), size);
102102
}
103103

104104
template <class T>

0 commit comments

Comments
 (0)