mirror of
https://github.com/overte-org/overte.git
synced 2025-08-08 05:57:29 +02:00
fix mac/linux compiler error
This commit is contained in:
parent
73c8da99dc
commit
0f6884dd80
1 changed files with 1 additions and 1 deletions
|
@ -332,7 +332,7 @@ public:
|
||||||
QByteArray getStaticCertificateHash() const;
|
QByteArray getStaticCertificateHash() const;
|
||||||
bool verifyStaticCertificateProperties();
|
bool verifyStaticCertificateProperties();
|
||||||
#ifdef DEBUG_CERT
|
#ifdef DEBUG_CERT
|
||||||
QString EntityItem::computeCertificateID();
|
QString computeCertificateID();
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
// TODO: get rid of users of getRadius()...
|
// TODO: get rid of users of getRadius()...
|
||||||
|
|
Loading…
Reference in a new issue