mirror of
https://github.com/overte-org/overte.git
synced 2025-04-20 03:44:02 +02:00
Squelch initialization warning
This commit is contained in:
parent
93bcd1df20
commit
f10bbce557
1 changed files with 1 additions and 1 deletions
|
@ -173,7 +173,7 @@ int LogHandler::newRepeatedMessageID() {
|
|||
QMutexLocker lock(&_mutex);
|
||||
int newMessageId = _currentMessageID;
|
||||
++_currentMessageID;
|
||||
RepeatedMessageRecord newRecord { 0 };
|
||||
RepeatedMessageRecord newRecord { 0, QString() };
|
||||
_repeatedMessageRecords.push_back(newRecord);
|
||||
return newMessageId;
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue