From c443841605388835d2751f01f6d209ff3cbddd57 Mon Sep 17 00:00:00 2001 From: Dan Goodliffe Date: Mon, 20 Jul 2015 01:46:12 +0100 Subject: Switch to the StringSeq interface where possible because it's considerably less annoying --- libfusepp/fuseAppBase.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'libfusepp/fuseAppBase.cpp') diff --git a/libfusepp/fuseAppBase.cpp b/libfusepp/fuseAppBase.cpp index a1ea491..49f2d6b 100644 --- a/libfusepp/fuseAppBase.cpp +++ b/libfusepp/fuseAppBase.cpp @@ -198,7 +198,7 @@ void FuseAppBase::fuseDestroy(void *) } struct fuse_args -FuseAppBase::runint(int & argc, char** & argv) +FuseAppBase::runint(int argc, char ** argv) { struct fuse_opt fuse_opts[] = { { NULL, 0, 0 } -- cgit v1.2.3