summaryrefslogtreecommitdiff
path: root/libfusepp/fuseAppBase.cpp
diff options
context:
space:
mode:
authorDan Goodliffe <dan@randomdan.homeip.net>2015-07-20 01:46:12 +0100
committerDan Goodliffe <dan@randomdan.homeip.net>2015-07-20 01:46:12 +0100
commitc443841605388835d2751f01f6d209ff3cbddd57 (patch)
tree025aa589d5cf079f288ab88a740205251918379d /libfusepp/fuseAppBase.cpp
parentStart mock clients with a real configuration file that has specific parts rep... (diff)
downloadnetfs-c443841605388835d2751f01f6d209ff3cbddd57.tar.bz2
netfs-c443841605388835d2751f01f6d209ff3cbddd57.tar.xz
netfs-c443841605388835d2751f01f6d209ff3cbddd57.zip
Switch to the StringSeq interface where possible because it's considerably less annoying
Diffstat (limited to 'libfusepp/fuseAppBase.cpp')
-rw-r--r--libfusepp/fuseAppBase.cpp2
1 files changed, 1 insertions, 1 deletions
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 }