From 78064612fe442ddd8a7c94dbbe6dee230dd97832 Mon Sep 17 00:00:00 2001 From: Martin Date: Tue, 9 Mar 2021 17:04:01 +0100 Subject: [PATCH] Fix compile issue --- urbackupclient/client.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/urbackupclient/client.cpp b/urbackupclient/client.cpp index 6f79c946..b4963ec8 100644 --- a/urbackupclient/client.cpp +++ b/urbackupclient/client.cpp @@ -8481,7 +8481,7 @@ bool IndexThread::start_shadowcopy_lin( SCDirs * dir, std::string &wpath, bool f FLockFile(std:string fn, bool perm) : fn(fn), perm(perm) {} - std:string fn; + std::string fn; bool perm; }; std::vector flock_files;