mirror of
https://github.com/mfontanini/libtins
synced 2026-01-26 12:01:34 +01:00
PDU::matches_response is now const.
This commit is contained in:
@@ -57,7 +57,7 @@ void RawPDU::payload(const payload_type &pload) {
|
||||
_payload = pload;
|
||||
}
|
||||
|
||||
bool RawPDU::matches_response(uint8_t *ptr, uint32_t total_sz) {
|
||||
bool RawPDU::matches_response(const uint8_t *ptr, uint32_t total_sz) const {
|
||||
return true;
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user