From 828e0abca41e4ed0a88aa4ff7c7033ba3a7e0d17 Mon Sep 17 00:00:00 2001 From: Antonio SJ Musumeci Date: Sun, 10 Mar 2024 16:17:57 -0500 Subject: [PATCH] state.hpp --- src/state.hpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/state.hpp b/src/state.hpp index d4e2f719..af302e6c 100644 --- a/src/state.hpp +++ b/src/state.hpp @@ -6,7 +6,7 @@ class State { typedef ghc::filesystem::path Path; - + public: State(); @@ -21,7 +21,7 @@ public: { return _create(branches,fusepath_,mode_,ffi_); } - + private: Func2::Create _create; };