diff options
author | B Stack <bgstack15@gmail.com> | 2018-08-10 11:29:21 -0400 |
---|---|---|
committer | B Stack <bgstack15@gmail.com> | 2018-08-10 11:29:21 -0400 |
commit | a9255194193b04d599b9f0a64cde6b831dd7d916 (patch) | |
tree | 8b975393f5b0f7b4403da85f5095ad57581178e5 /zen/dir_watcher.h | |
parent | 10.2 (diff) | |
download | FreeFileSync-a9255194193b04d599b9f0a64cde6b831dd7d916.tar.gz FreeFileSync-a9255194193b04d599b9f0a64cde6b831dd7d916.tar.bz2 FreeFileSync-a9255194193b04d599b9f0a64cde6b831dd7d916.zip |
10.310.3
Diffstat (limited to 'zen/dir_watcher.h')
-rwxr-xr-x | zen/dir_watcher.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/zen/dir_watcher.h b/zen/dir_watcher.h index b4796618..f552e2b2 100755 --- a/zen/dir_watcher.h +++ b/zen/dir_watcher.h @@ -44,7 +44,7 @@ public: enum ActionType { - ACTION_CREATE, //informal only! + ACTION_CREATE, //informal! ACTION_UPDATE, //use for debugging/logging only! ACTION_DELETE, // }; @@ -52,7 +52,7 @@ public: struct Entry { ActionType action = ACTION_CREATE; - Zstring filePath; + Zstring itemPath; }; //extract accumulated changes since last call |