]> git.jsancho.org Git - lugaru.git/blobdiff - Source/Animation.cpp
Replaced as much char* as possible by std::strings
[lugaru.git] / Source / Animation.cpp
index f749ae666729dff0cc42b3c1716540c453edc346..b7e39952986e85f017ede4ec388b79852316f31e 100644 (file)
@@ -21,7 +21,7 @@ along with Lugaru.  If not, see <http://www.gnu.org/licenses/>.
 #include "Animation.h"
 
 struct animation_data_elt {
-    const char *filename;
+    const std::string& filename;
     int height;
     int attack;
 };