mirror of
https://github.com/overte-org/overte.git
synced 2025-04-21 06:44:06 +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;
|
||||
|
||||
// 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:
|
||||
|
||||
|
|
Loading…
Reference in a new issue