revert
This commit is contained in:
@ -187,7 +187,7 @@ void operation(Buffer *buf, Model &model) {
|
||||
(*buf) & (model);
|
||||
}
|
||||
|
||||
bool serialize(Model *const model, unsigned char *buffer, int *size) {
|
||||
bool serialize(const Model_t model, unsigned char *buffer, int *size) {
|
||||
if (nullptr == size) {
|
||||
return false;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user