diff liboctave/util/cmd-hist.cc @ 21736:0504351a45e6

use namespace for file_stat classes * file-stat.h, file-stat.cc: Put base_file_stat, file_stat, and file_fstat in octave::sys namespace. Change all uses.
author John W. Eaton <jwe@octave.org>
date Thu, 19 May 2016 01:22:06 -0400
parents cb0fdd941d84
children 176536b15d68
line wrap: on
line diff
--- a/liboctave/util/cmd-hist.cc	Thu May 19 01:05:45 2016 -0400
+++ b/liboctave/util/cmd-hist.cc	Thu May 19 01:22:06 2016 -0400
@@ -394,7 +394,7 @@
 
               if (! f.empty ())
                 {
-                  file_stat fs (f);
+                  octave::sys::file_stat fs (f);
 
                   if (! fs)
                     {