Inline variable declared in header

This commit is contained in:
Chocobo1 2023-04-15 14:53:13 +08:00
parent d63e0ad78f
commit 9ea48539b4
No known key found for this signature in database
GPG key ID: 210D9C873253A68C

View file

@ -35,7 +35,7 @@
#include <QString>
#include <QtContainerFwd>
const int MAX_LOG_MESSAGES = 20000;
inline const int MAX_LOG_MESSAGES = 20000;
namespace Log
{