addressed linker issue on some versions of gcc
This commit is contained in:
@@ -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
@@ -54,7 +54,7 @@ public:
|
||||
kOutHandle
|
||||
};
|
||||
|
||||
static const Type kDefaultType = kLinear;
|
||||
static const Type kDefaultType;
|
||||
|
||||
/**
|
||||
* @brief NodeKeyframe Constructor
|
||||
|
||||
Reference in New Issue
Block a user