]> git.jsancho.org Git - lugaru.git/blobdiff - Source/Text.cpp
Replaced as much char* as possible by std::strings
[lugaru.git] / Source / Text.cpp
index 5b90b6ac6495bb0c7be1b17de47347b233bf6c06..0a31c3ea6f9a165056820f72be43fada4583c620 100644 (file)
@@ -22,7 +22,7 @@ along with Lugaru.  If not, see <http://www.gnu.org/licenses/>.
 #include "Text.h"
 #include "Game.h"
 
-void Text::LoadFontTexture(const char *fileName)
+void Text::LoadFontTexture(const std::string& fileName)
 {
     LOGFUNC;