Mercurial > hg > octave-lyh
diff liboctave/oct-env.h @ 4097:596f88296519
[project @ 2002-10-09 20:26:27 by jwe]
author | jwe |
---|---|
date | Wed, 09 Oct 2002 20:26:27 +0000 |
parents | 5eef8a2294bd |
children | 4c8a2e4e0717 |
line wrap: on
line diff
--- a/liboctave/oct-env.h +++ b/liboctave/oct-env.h @@ -40,7 +40,8 @@ static std::string base_pathname (const std::string& s); - static std::string make_absolute (const std::string& s, const std::string& dot_path); + static std::string make_absolute (const std::string& s, + const std::string& dot_path); static std::string getcwd (void); @@ -72,9 +73,10 @@ std::string do_base_pathname (const std::string& s) const; - std::string do_make_absolute (const std::string& s, const std::string& dot_path) const; + std::string do_make_absolute (const std::string& s, + const std::string& dot_path) const; - std::string do_getcwd (void); + std::string do_getcwd (void) const; std::string do_get_home_directory (void) const; @@ -114,7 +116,7 @@ bool verbatim_pwd; // Where are we? - std::string current_directory; + mutable std::string current_directory; // Etc. mutable std::string program_name;