From a8945929eb162f6910b228697c3d2db3b7cb2ca9 Mon Sep 17 00:00:00 2001 From: innokentii Date: Sat, 10 Sep 2022 22:49:57 +0300 Subject: Replace TString with TRope in TEvPut replace TString with TRope in TEvPut --- library/cpp/actors/util/rope.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'library/cpp/actors') diff --git a/library/cpp/actors/util/rope.h b/library/cpp/actors/util/rope.h index 54b8e344124..fd4a5acdba1 100644 --- a/library/cpp/actors/util/rope.h +++ b/library/cpp/actors/util/rope.h @@ -1060,7 +1060,7 @@ public: Erase(Begin(), End()); } - bool IsContiguous() { + bool IsContiguous() const { if(Begin() == End() || (++Begin() == End())) { return true; } -- cgit v1.3