From 47e213629ddc65d99ce82895bb6651d40d15fc8a Mon Sep 17 00:00:00 2001 From: hasherezade Date: Sun, 20 Apr 2025 23:31:48 +0000 Subject: [PATCH] deploy: 9684d8fc76edb57fdf80fe95e5e9db5aa3fcd617 --- _byte_buffer_8cpp_source.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/_byte_buffer_8cpp_source.html b/_byte_buffer_8cpp_source.html index 67da3f9e..2cbe5797 100644 --- a/_byte_buffer_8cpp_source.html +++ b/_byte_buffer_8cpp_source.html @@ -192,7 +192,7 @@ $(function(){ initResizable(false); });
89 this->content = newContent;
90 this->contentSize = newSize;
91 }
-
92 } catch (BufferException &e) {
+
92 } catch (const BufferException&) {
93 isOk = false;
94 }
95 return isOk;