fix some compilation issues on various platforms

This commit is contained in:
itsmattkc
2021-02-21 09:35:14 +11:00
parent 108a1399c2
commit 17474b2f71
3 changed files with 9 additions and 11 deletions
+1 -1
View File
@@ -1809,7 +1809,7 @@ void Node::LoadImmediate(QXmlStreamReader *reader, const QString& input, int ele
if (reader->name() == QStringLiteral("key")) {
QString key_input;
rational key_time;
NodeKeyframe::Type key_type;
NodeKeyframe::Type key_type = NodeKeyframe::kLinear;
QVariant key_value;
QPointF key_in_handle;
QPointF key_out_handle;