From 27286406235d3c5c51d890835f1168ddadf1c9bb Mon Sep 17 00:00:00 2001 From: Daniel Wilhelm Date: Wed, 16 Mar 2016 21:33:19 +0100 Subject: 7.9 --- 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 1d6d53cc..ddb3dbb9 100644 --- a/zen/dir_watcher.h +++ b/zen/dir_watcher.h @@ -50,10 +50,10 @@ public: struct Entry { - Entry() : action_(ACTION_CREATE) {} + Entry() {} Entry(ActionType action, const Zstring& filepath) : action_(action), filepath_(filepath) {} - ActionType action_; + ActionType action_ = ACTION_CREATE; Zstring filepath_; }; -- cgit