summaryrefslogtreecommitdiff
path: root/desktop/source/deployment/inc
diff options
context:
space:
mode:
Diffstat (limited to 'desktop/source/deployment/inc')
-rw-r--r--desktop/source/deployment/inc/lockfile.hxx6
1 files changed, 3 insertions, 3 deletions
diff --git a/desktop/source/deployment/inc/lockfile.hxx b/desktop/source/deployment/inc/lockfile.hxx
index 68dbb8ee0df2..8e2fea7b60dc 100644
--- a/desktop/source/deployment/inc/lockfile.hxx
+++ b/desktop/source/deployment/inc/lockfile.hxx
@@ -51,7 +51,7 @@
namespace desktop {
class Lockfile;
- bool Lockfile_execWarning( Lockfile * that );
+ bool Lockfile_execWarning( Lockfile const * that );
class DESKTOP_DEPLOYMENTMISC_DLLPUBLIC Lockfile
{
@@ -61,7 +61,7 @@ namespace desktop {
Lockfile( bool bIPCserver = true );
// separating GUI code:
- typedef bool (* fpExecWarning)( Lockfile * that );
+ typedef bool (* fpExecWarning)( Lockfile const * that );
// checks the lockfile, asks user when lockfile is
// found (iff gui) and returns false when we may not continue
@@ -83,7 +83,7 @@ namespace desktop {
// access to data in file
void syncToFile() const;
bool isStale() const;
- friend bool Lockfile_execWarning( Lockfile * that );
+ friend bool Lockfile_execWarning( Lockfile const * that );
};