diff options
author | Dan Goodliffe <dan@randomdan.homeip.net> | 2015-07-20 01:46:12 +0100 |
---|---|---|
committer | Dan Goodliffe <dan@randomdan.homeip.net> | 2015-07-20 01:46:12 +0100 |
commit | c443841605388835d2751f01f6d209ff3cbddd57 (patch) | |
tree | 025aa589d5cf079f288ab88a740205251918379d /libfusepp/fuseAppBase.cpp | |
parent | Start mock clients with a real configuration file that has specific parts rep... (diff) | |
download | netfs-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.cpp | 2 |
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 } |