diff options
author | prout <[email protected]> | 2022-02-10 16:49:43 +0300 |
---|---|---|
committer | Daniil Cherednik <[email protected]> | 2022-02-10 16:49:43 +0300 |
commit | d2247f243d31adde8feb765324e40c83c5a90999 (patch) | |
tree | 5d5cb817648f650d76cf1076100726fd9b8448e8 /util/memory/tempbuf.cpp | |
parent | 7b7fa28b9099b7adca890459a699c6ba5eeff4ca (diff) |
Restoring authorship annotation for <[email protected]>. Commit 2 of 2.
Diffstat (limited to 'util/memory/tempbuf.cpp')
-rw-r--r-- | util/memory/tempbuf.cpp | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/util/memory/tempbuf.cpp b/util/memory/tempbuf.cpp index d67aeac7bbf..09a2d0f140b 100644 --- a/util/memory/tempbuf.cpp +++ b/util/memory/tempbuf.cpp @@ -236,9 +236,9 @@ char* TTempBuf::Current() noexcept { } const char* TTempBuf::Current() const noexcept { - return Data() + Filled(); -} - + return Data() + Filled(); +} + size_t TTempBuf::Filled() const noexcept { return Impl_->Filled(); } |