X-Git-Url: https://git.jsancho.org/?a=blobdiff_plain;f=Source%2FSkeleton.h;h=854355f38af564855c2968d9709f133102884049;hb=20e924d;hp=8bc7b74752c724b9b566a6d1a2be1a2b64e7256f;hpb=5509b55dbc13227bdc7b97f2934fa71dad02cc66;p=lugaru.git diff --git a/Source/Skeleton.h b/Source/Skeleton.h index 8bc7b74..854355f 100644 --- a/Source/Skeleton.h +++ b/Source/Skeleton.h @@ -135,7 +135,7 @@ public: ~Animation(); Animation & operator = (const Animation & ani); - void Load(const char *fileName, int aheight, int aattack); + void Load(const std::string& fileName, int aheight, int aattack); protected: void deallocate();