Tatsuhiro Tsujikawa %!s(int64=8) %!d(string=hai) anos
pai
achega
eecb5e055e
Modificáronse 1 ficheiros con 1 adicións e 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) {