summaryrefslogtreecommitdiff
path: root/unoidl
diff options
context:
space:
mode:
Diffstat (limited to 'unoidl')
-rw-r--r--unoidl/source/sourcetreeprovider.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/unoidl/source/sourcetreeprovider.cxx b/unoidl/source/sourcetreeprovider.cxx
index 84a43e26284c..55dd2ac68d98 100644
--- a/unoidl/source/sourcetreeprovider.cxx
+++ b/unoidl/source/sourcetreeprovider.cxx
@@ -38,7 +38,7 @@ namespace {
//TODO: Bad hack to work around osl::FileStatus::getFileName not determining the
// original spelling of a file name (not even with
// osl_FileStatus_Mask_Validate):
-OUString getFileName(OUString const & uri, osl::FileStatus & status) {
+OUString getFileName(OUString const & uri, osl::FileStatus const & status) {
#if defined MACOSX
sal_Int32 i = uri.lastIndexOf('/') + 1;
OUString path;