diff options
author | Roger Leigh <rleigh@debian.org> | 2009-07-20 20:20:26 +0100 |
---|---|---|
committer | Roger Leigh <rleigh@debian.org> | 2009-07-20 20:20:26 +0100 |
commit | 52b88e78094098e0204c16d1c3fe4adea8d5dc99 (patch) | |
tree | 3de22ae217dc71e8a55fa4cb98c0c23658ae81cf /sbuild/sbuild-chroot-directory.h | |
parent | 5923ed6c2b66c8ef591bca22d9c3dea98f452af7 (diff) | |
download | schroot-52b88e78094098e0204c16d1c3fe4adea8d5dc99.tar.gz |
[sbuild::chroot] setup_env is const
Diffstat (limited to 'sbuild/sbuild-chroot-directory.h')
-rw-r--r-- | sbuild/sbuild-chroot-directory.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sbuild/sbuild-chroot-directory.h b/sbuild/sbuild-chroot-directory.h index ca6c3057..47f1c21f 100644 --- a/sbuild/sbuild-chroot-directory.h +++ b/sbuild/sbuild-chroot-directory.h @@ -66,7 +66,7 @@ namespace sbuild get_path () const; virtual void - setup_env (environment& env); + setup_env (environment& env) const; virtual std::string const& get_chroot_type () const; |