Tatsuhiro Tsujikawa hace 8 años
padre
commit
eecb5e055e
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      src/File.cc

+ 1 - 1
src/File.cc

@@ -79,7 +79,7 @@ bool File::exists()
   return fillStat(fstat) == 0;
 }
 
-bool File::exists(std::string &err)
+bool File::exists(std::string& err)
 {
   a2_struct_stat fstat;
   if (fillStat(fstat) != 0) {