summaryrefslogtreecommitdiff
path: root/lib/bbackupd/BackupDaemon.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'lib/bbackupd/BackupDaemon.cpp')
-rw-r--r--lib/bbackupd/BackupDaemon.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/bbackupd/BackupDaemon.cpp b/lib/bbackupd/BackupDaemon.cpp
index f4dcf270..4dac5f2e 100644
--- a/lib/bbackupd/BackupDaemon.cpp
+++ b/lib/bbackupd/BackupDaemon.cpp
@@ -2339,7 +2339,7 @@ void BackupDaemon::SendSyncStartOrFinish(bool SendStart)
// by code, rather than the OS.
typedef struct
{
- bool operator()(const std::string &s1, const std::string &s2)
+ bool operator()(const std::string &s1, const std::string &s2) const
{
if(s1.size() == s2.size())
{