From 7a5f22cfe87f938ef58f92b48ac379dc1c4c81c7 Mon Sep 17 00:00:00 2001 From: "B. Stack" Date: Fri, 10 May 2024 11:21:56 -0400 Subject: add upstream 13.6 --- zen/dir_watcher.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'zen/dir_watcher.h') diff --git a/zen/dir_watcher.h b/zen/dir_watcher.h index 24af9810..8c82707f 100644 --- a/zen/dir_watcher.h +++ b/zen/dir_watcher.h @@ -38,7 +38,7 @@ namespace zen class DirWatcher { public: - DirWatcher(const Zstring& dirPath); //throw FileError + explicit DirWatcher(const Zstring& dirPath); //throw FileError ~DirWatcher(); enum class ChangeType -- cgit