Feck forward declaration
This commit is contained in:
parent
a22680711e
commit
9622afb211
4 changed files with 12 additions and 4 deletions
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue