X-Git-Url: http://git.tdb.fi/?p=libs%2Fgl.git;a=blobdiff_plain;f=source%2Fanimation%2Fkeyframe.h;h=26d18534496b755ceac151601b886b589fad8da3;hp=7a96447e656d5ef533a381b099a9e39e17abc44d;hb=f19366d32cc29287a2730cfba90893e407754081;hpb=f96d553dbf78f9d664d1dbb1fe002fc43f23ad47 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 &);