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;