summaryrefslogtreecommitdiff
path: root/sal/osl/unx/file.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'sal/osl/unx/file.cxx')
-rw-r--r--sal/osl/unx/file.cxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/sal/osl/unx/file.cxx b/sal/osl/unx/file.cxx
index aa293f914d74..d8396f6279b6 100644
--- a/sal/osl/unx/file.cxx
+++ b/sal/osl/unx/file.cxx
@@ -89,7 +89,7 @@ struct FileHandle_Impl
KIND_FD = 1,
KIND_MEM = 2
};
- int const m_kind;
+ int m_kind;
/** State
*/
State m_state;
@@ -161,7 +161,7 @@ struct FileHandle_Impl
class Guard
{
- pthread_mutex_t * const m_mutex;
+ pthread_mutex_t *m_mutex;
public:
explicit Guard(pthread_mutex_t *pMutex);