mirror of
https://github.com/overte-org/overte.git
synced 2025-08-06 17:00:13 +02:00
Fix for Windows build error.
This commit is contained in:
parent
8745ca3139
commit
5cf6c43414
1 changed files with 1 additions and 1 deletions
|
@ -38,7 +38,7 @@ public:
|
||||||
virtual bool equals(const SharedObject* other) const;
|
virtual bool equals(const SharedObject* other) const;
|
||||||
|
|
||||||
// Dumps the contents of this object to the debug output.
|
// Dumps the contents of this object to the debug output.
|
||||||
virtual void dump(QDebug debug = qDebug()) const;
|
virtual void dump(QDebug debug = QDebug(QtDebugMsg)) const;
|
||||||
|
|
||||||
signals:
|
signals:
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue