1
0
mirror of https://github.com/qTox/qTox.git synced 2024-03-22 14:00:36 +08:00

Fix inconsistent constexpr

This commit is contained in:
tux3 2015-06-07 11:34:30 +02:00
parent d50bcd1161
commit ff90e23151
No known key found for this signature in database
GPG Key ID: 7E086DD661263264

View File

@ -29,7 +29,7 @@
using namespace std;
constexpr char SettingsSerializer::magic[] = {0x51,0x54,0x4F,0x58};
const char SettingsSerializer::magic[] = {0x51,0x54,0x4F,0x58};
QDataStream& operator<<(QDataStream& dataStream, const SettingsSerializer::RecordTag& tag)
{