Two more fixes for PVS-Studio

This commit is contained in:
Alexey Milovidov 2019-07-08 05:06:37 +03:00
parent 57d8dac95d
commit 6577ecec90

View File

@ -70,6 +70,7 @@ public:
ptr_begin = rhs.ptr_begin;
ptr_end = rhs.ptr_end;
level = rhs.level;
return *this;
}
const char * data() const { return ptr_begin; }