From f0f3f094c5fa05bafe1963d1ea13f1be39a6673b Mon Sep 17 00:00:00 2001 From: B Stack Date: Sun, 17 May 2020 11:17:28 -0400 Subject: add upstream 10.24 --- zen/dir_watcher.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'zen/dir_watcher.h') diff --git a/zen/dir_watcher.h b/zen/dir_watcher.h index 3103039d..bf71fda9 100644 --- a/zen/dir_watcher.h +++ b/zen/dir_watcher.h @@ -44,8 +44,8 @@ public: enum class ChangeType { - create, //informal! - update, //use for debugging/logging only! + create, // + update, //informal: use for debugging/logging only! remove, // baseFolderUnavailable, //1. not existing or 2. can't access }; -- cgit