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 | db5332593198663b4f4f19c014859d1347a30269 (patch) | |
tree | 3e548542772d28b9b877c337c9b22898cf6e14cf /autodoc/source | |
parent | a59a1ab681f654e4ea62c19cbbef65c008cd6802 (diff) |
WaE: reference cannot be declared mutable
Diffstat (limited to 'autodoc/source')
-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 5ba31a85d884..4bac748fa072 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 * |