mirror of
https://github.com/tumic0/GPXSee.git
synced 2024-11-24 11:45:53 +01:00
Fixed missing reference
This commit is contained in:
parent
491c6c9a98
commit
79edd6e09d
@ -401,7 +401,7 @@ bool NETFile::init(Handle &hdl)
|
|||||||
|
|
||||||
bool NETFile::link(const SubDiv *subdiv, quint32 shift, Handle &hdl,
|
bool NETFile::link(const SubDiv *subdiv, quint32 shift, Handle &hdl,
|
||||||
NODFile *nod, Handle &nodHdl, LBLFile *lbl, Handle &lblHdl,
|
NODFile *nod, Handle &nodHdl, LBLFile *lbl, Handle &lblHdl,
|
||||||
const NODFile::BlockInfo blockInfo, quint8 linkId, quint8 lineId,
|
const NODFile::BlockInfo &blockInfo, quint8 linkId, quint8 lineId,
|
||||||
const HuffmanTable &table, QList<IMG::Poly> *lines)
|
const HuffmanTable &table, QList<IMG::Poly> *lines)
|
||||||
{
|
{
|
||||||
if (!_init && !init(hdl))
|
if (!_init && !init(hdl))
|
||||||
|
@ -25,7 +25,7 @@ public:
|
|||||||
bool lblOffset(Handle &hdl, quint32 netOffset, quint32 &lblOffset);
|
bool lblOffset(Handle &hdl, quint32 netOffset, quint32 &lblOffset);
|
||||||
bool link(const SubDiv *subdiv, quint32 shift, Handle &hdl, NODFile *nod,
|
bool link(const SubDiv *subdiv, quint32 shift, Handle &hdl, NODFile *nod,
|
||||||
Handle &nodHdl, LBLFile *lbl, Handle &lblHdl,
|
Handle &nodHdl, LBLFile *lbl, Handle &lblHdl,
|
||||||
const NODFile::BlockInfo blockInfo, quint8 linkId, quint8 lineId,
|
const NODFile::BlockInfo &blockInfo, quint8 linkId, quint8 lineId,
|
||||||
const HuffmanTable &table, QList<IMG::Poly> *lines);
|
const HuffmanTable &table, QList<IMG::Poly> *lines);
|
||||||
|
|
||||||
private:
|
private:
|
||||||
|
Loading…
Reference in New Issue
Block a user