Fixed referencing and dereferencing errors in apparatus
This commit is contained in:
parent
d69b18f083
commit
f99974d8ae
12 changed files with 148 additions and 112 deletions
|
|
@ -28,8 +28,8 @@ public:
|
|||
const QVector<dpoint_entity> dpoints() const;
|
||||
const QVector<vessel_entity> vessels() const;
|
||||
|
||||
void deserialize_data(QDataStream &stream);
|
||||
void serialize_data(QDataStream &stream);
|
||||
void deserialize_data(QDataStream *stream);
|
||||
void serialize_data(QDataStream *stream);
|
||||
};
|
||||
|
||||
#endif // OBJECT_SYSTEM_H
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue