addressed linker issue on some versions of gcc

This commit is contained in:
itsmattkc
2020-01-19 22:00:34 +11:00
parent 4697b98980
commit 61c697689b
2 changed files with 3 additions and 1 deletions
+2
View File
@@ -20,6 +20,8 @@
#include "keyframe.h"
const NodeKeyframe::Type NodeKeyframe::kDefaultType = kLinear;
NodeKeyframe::NodeKeyframe(const rational &time, const QVariant &value, const NodeKeyframe::Type &type, const int &track) :
time_(time),
value_(value),
+1 -1
View File
@@ -54,7 +54,7 @@ public:
kOutHandle
};
static const Type kDefaultType = kLinear;
static const Type kDefaultType;
/**
* @brief NodeKeyframe Constructor