summaryrefslogtreecommitdiff
path: root/tools.h
diff options
context:
space:
mode:
Diffstat (limited to 'tools.h')
-rw-r--r--tools.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/tools.h b/tools.h
index 61cce8b..2005b0f 100644
--- a/tools.h
+++ b/tools.h
@@ -63,7 +63,7 @@ namespace vdrlive {
std::string FileSystemExchangeChars(std::string const & s, bool ToFileSystem);
- bool MoveDirectory(std::string const & sourceDir, std::string const & targetDir);
+ bool MoveDirectory(std::string const & sourceDir, std::string const & targetDir, bool copy = false);
struct bad_lexical_cast: std::runtime_error
{