summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--configmgr/source/components.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/configmgr/source/components.cxx b/configmgr/source/components.cxx
index 5b6271b370f5..0b8e5f608989 100644
--- a/configmgr/source/components.cxx
+++ b/configmgr/source/components.cxx
@@ -83,7 +83,7 @@ struct UnresolvedListItem {
UnresolvedListItem(
OUString const & theName,
- rtl::Reference< ParseManager > theManager):
+ rtl::Reference< ParseManager > const & theManager):
name(theName), manager(theManager) {}
};