Feck forward declaration

This commit is contained in:
unknown 2020-09-19 08:27:52 +07:00
parent a22680711e
commit 9622afb211
4 changed files with 12 additions and 4 deletions

View file

@ -1,6 +1,6 @@
#include "cargoentity.h"
CargoEntity::CargoEntity(QString c_id, DeliveryPointEntity dest)
CargoEntity::CargoEntity(QString c_id, DeliveryPointEntity *dest)
{
this->_cargo_id = c_id;
this->_destination = dest;