mirror of
https://github.com/hasherezade/bearparser
synced 2026-06-08 14:32:38 +00:00
[REFACT] Cleaned exception
This commit is contained in:
@@ -89,7 +89,7 @@ bool ByteBuffer::resize(bufsize_t newSize)
|
||||
this->content = newContent;
|
||||
this->contentSize = newSize;
|
||||
}
|
||||
} catch (BufferException &e) {
|
||||
} catch (const BufferException&) {
|
||||
isOk = false;
|
||||
}
|
||||
return isOk;
|
||||
|
||||
Reference in New Issue
Block a user