]> git.tdb.fi Git - libs/gl.git/blobdiff - source/keyframe.cpp
Force some c'tors and d'tors to be emitted in the library
[libs/gl.git] / source / keyframe.cpp
index e0d35ad80c7546a74f00754657a283a5e4583520..8e0d79044483f0fac6ba52c64476adb344e5b090 100644 (file)
@@ -7,6 +7,13 @@ using namespace std;
 namespace Msp {
 namespace GL {
 
+// Avoid synthesizing RefPtr c'tor and d'tor in files including keyframe.h
+KeyFrame::KeyFrame()
+{ }
+
+KeyFrame::~KeyFrame()
+{ }
+
 void KeyFrame::set_matrix(const Matrix &m)
 {
        matrix = m;