summaryrefslogtreecommitdiff
path: root/sal/osl/unx/file_impl.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'sal/osl/unx/file_impl.hxx')
-rw-r--r--sal/osl/unx/file_impl.hxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/sal/osl/unx/file_impl.hxx b/sal/osl/unx/file_impl.hxx
index f0718e236f6f..de7a450e478d 100644
--- a/sal/osl/unx/file_impl.hxx
+++ b/sal/osl/unx/file_impl.hxx
@@ -28,8 +28,8 @@ struct DirectoryItem_Impl
{
sal_Int32 m_RefCount;
- rtl_uString * m_ustrFilePath; /* holds native file name */
- unsigned char m_DType;
+ rtl_uString * const m_ustrFilePath; /* holds native file name */
+ unsigned char const m_DType;
explicit DirectoryItem_Impl(
rtl_uString * ustrFilePath, unsigned char DType = 0);