added more cvsignores because scons is placing .sconsign files all over the place :-/
[supertux.git] / lib / utils / configfile.h
index a6471cc..17ab2c3 100644 (file)
@@ -24,7 +24,7 @@
 
 namespace SuperTux {
 
-FILE * opendata(const char * filename, const char * mode);
+FILE * opendata(const std::string& filename, const char * mode);
 
 class Config {
   public: