From 6daab1534a675c2d5dfc833e157bda9c9428a74b Mon Sep 17 00:00:00 2001 From: Antonio SJ Musumeci Date: Sat, 3 Feb 2024 23:24:56 -0600 Subject: [PATCH] func_create_ff.hpp --- src/func_create_ff.hpp | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/src/func_create_ff.hpp b/src/func_create_ff.hpp index 0782d0ae..14ac7363 100644 --- a/src/func_create_ff.hpp +++ b/src/func_create_ff.hpp @@ -30,9 +30,9 @@ namespace Func ~CreateFF(); public: - virtual int operator(Branches2 &branches_, - char const *fusepath, - mode_t const mode, - fuse_file_info_t *ffi); + virtual int operator()(Branches2 &branches_, + char const *fusepath, + mode_t const mode, + fuse_file_info_t *ffi); }; }