diff options
Diffstat (limited to 'desktop/source/app/lockfile2.cxx')
-rw-r--r-- | desktop/source/app/lockfile2.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/desktop/source/app/lockfile2.cxx b/desktop/source/app/lockfile2.cxx index a84584d8c21f..fbcd5633f524 100644 --- a/desktop/source/app/lockfile2.cxx +++ b/desktop/source/app/lockfile2.cxx @@ -27,7 +27,7 @@ namespace desktop { -bool Lockfile_execWarning( Lockfile * that ) +bool Lockfile_execWarning( Lockfile const * that ) { // read information from lock OUString aLockname = that->m_aLockname; |