Skip to content

Commit 96a7161

Browse files
committed
Fix review finging
1 parent 4ef0fb0 commit 96a7161

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

include/cppcore/Common/TStringBase.h

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -93,6 +93,7 @@ inline void TStringBase<T>::set(const T *ptr, size_t size) {
9393
template <class T>
9494
inline void TStringBase<T>::reset() {
9595
mSize = 0u;
96+
mHashId = 0;
9697
}
9798

9899
template <class T>

0 commit comments

Comments
 (0)