X-Git-Url: http://git.tdb.fi/?a=blobdiff_plain;f=source%2Fanimation%2Fkeyframe.h;h=26d18534496b755ceac151601b886b589fad8da3;hb=a5f76ec38d682108e8c655a25b32b88e19bd8783;hp=7a96447e656d5ef533a381b099a9e39e17abc44d;hpb=3ac3a51c623271da815c8ee60c484445871753bf;p=libs%2Fgl.git diff --git a/source/animation/keyframe.h b/source/animation/keyframe.h index 7a96447e..26d18534 100644 --- a/source/animation/keyframe.h +++ b/source/animation/keyframe.h @@ -23,10 +23,10 @@ public: std::string inline_base_name; public: - Loader(KeyFrame &); - Loader(KeyFrame &, Collection &); + Loader(KeyFrame &k): Loader(k, 0) { } + Loader(KeyFrame &k, Collection &c): Loader(k, &c) { } private: - void init(); + Loader(KeyFrame &, Collection *); public: void set_inline_base_name(const std::string &);