X-Git-Url: https://git.jsancho.org/?a=blobdiff_plain;f=Source%2FSkeleton.h;h=854355f38af564855c2968d9709f133102884049;hb=757fd9c1ec8d263225df90ef486051712f448483;hp=8bc7b74752c724b9b566a6d1a2be1a2b64e7256f;hpb=8d45019f2b1ac74108ae4589333680158fee32d5;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();