X-Git-Url: http://git.tdb.fi/?p=libs%2Fgl.git;a=blobdiff_plain;f=source%2Fanimation%2Fpose.h;h=d0c127edc9eaaf4b7d03744c93d5723988701018;hp=cbd8137bc4b861f5ccdb7d3e9b0411e754c57faa;hb=38712d8ecc57d043a2419ffbaeeb57f7a6586f14;hpb=3bc34893905a2df622894aadcb6669f27f186772 diff --git a/source/animation/pose.h b/source/animation/pose.h index cbd8137b..d0c127ed 100644 --- a/source/animation/pose.h +++ b/source/animation/pose.h @@ -40,11 +40,11 @@ private: void rotation(float, float, float, float); }; - const Armature *armature; + const Armature *armature = 0; std::vector links; public: - Pose(); + Pose() = default; Pose(const Armature &); void set_armature(const Armature &);