diff options
author | David Tardon <dtardon@redhat.com> | 2011-01-25 08:04:59 +0100 |
---|---|---|
committer | David Tardon <dtardon@redhat.com> | 2011-01-25 08:04:59 +0100 |
commit | 6af1fd3ef81554e62eb0c7d9b0f234669fd1430c (patch) | |
tree | aca8675c84387e79b875d1e2feb4462a8b114e61 | |
parent | 060318d4d43b2e866ba9f7435cda758c3e8a9fce (diff) |
WaE: reference cannot be declared mutable
-rw-r--r-- | autodoc/source/display/idl/hi_linkhelper.hxx | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/autodoc/source/display/idl/hi_linkhelper.hxx b/autodoc/source/display/idl/hi_linkhelper.hxx index c08be551..1cdfaa7d 100644 --- a/autodoc/source/display/idl/hi_linkhelper.hxx +++ b/autodoc/source/display/idl/hi_linkhelper.hxx @@ -85,9 +85,7 @@ class LinkHelper const String & XrefsSuffix() const; private: - // DATA - mutable HtmlEnvironment_Idl & - rEnv; + HtmlEnvironment_Idl & rEnv; }; inline const ary::idl::CodeEntity * |