diff options
-rw-r--r-- | contrib/libs/ya.make | 2 | ||||
-rw-r--r-- | contrib/restricted/boost/boost/detail/basic_pointerbuf.hpp | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/contrib/libs/ya.make b/contrib/libs/ya.make index 9b24596724..9c4640fdcf 100644 --- a/contrib/libs/ya.make +++ b/contrib/libs/ya.make @@ -175,7 +175,7 @@ RECURSE( libpqxx libpsl libraw - librdkafka + librdkafka librosa-cpp librsvg libsamplerate diff --git a/contrib/restricted/boost/boost/detail/basic_pointerbuf.hpp b/contrib/restricted/boost/boost/detail/basic_pointerbuf.hpp index 83fc3724ea..85618f92ab 100644 --- a/contrib/restricted/boost/boost/detail/basic_pointerbuf.hpp +++ b/contrib/restricted/boost/boost/detail/basic_pointerbuf.hpp @@ -39,7 +39,7 @@ protected: typedef typename base_type::off_type off_type; public: - basic_pointerbuf() : base_type() { this_type::setbuf(0, 0); } + basic_pointerbuf() : base_type() { this_type::setbuf(0, 0); } const charT* getnext() { return this->gptr(); } #ifndef BOOST_NO_USING_TEMPLATE |