X-Git-Url: https://git.dogcows.com/gitweb?p=chaz%2Fyoink;a=blobdiff_plain;f=src%2FAnimation.cc;h=c694aecc44b0b3ef8df581c0a85d0efa8ac17f5e;hp=aa754cebd7decf94f7d27d628859a363c20457a5;hb=bffc879fc8ee8167bb123310d39fad4e2f426ffd;hpb=a31d65a998121df0651c57bfb68782e2a07d2e2f diff --git a/src/Animation.cc b/src/Animation.cc index aa754ce..c694aec 100644 --- a/src/Animation.cc +++ b/src/Animation.cc @@ -29,8 +29,8 @@ #include #include +#include #include -#include #include #include "Animation.hh" @@ -55,10 +55,10 @@ class Animation::Impl * which wants to use these loaded sequences. */ - class Data : public Mf::Mippleton + class Data : public Mf::Library { friend class Impl; - friend class Mf::Mippleton; + friend class Mf::Library; /** * A frame of an animation sequence. A frame is merely an index which @@ -214,7 +214,7 @@ class Animation::Impl */ explicit Data(const std::string& name) : - Mf::Mippleton(name) + Mf::Library(name) { loadFromFile(); }