X-Git-Url: http://git.tdb.fi/?a=blobdiff_plain;f=source%2Fkeyframe.cpp;h=8e0d79044483f0fac6ba52c64476adb344e5b090;hb=922fac753e31d97fc88daa166e93e4c5572bd2ba;hp=e0d35ad80c7546a74f00754657a283a5e4583520;hpb=57fc4142e0b19a21f61c60b00f8310d5d2c27871;p=libs%2Fgl.git diff --git a/source/keyframe.cpp b/source/keyframe.cpp index e0d35ad8..8e0d7904 100644 --- a/source/keyframe.cpp +++ b/source/keyframe.cpp @@ -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;