diff options
author | Dan Goodliffe <dan@randomdan.homeip.net> | 2015-09-03 00:29:40 +0100 |
---|---|---|
committer | Dan Goodliffe <dan@randomdan.homeip.net> | 2015-09-03 00:29:40 +0100 |
commit | 2a551c907b3fd0c282bce46970066cfd402a594c (patch) | |
tree | c901e9b084900cf7e169848aeb54991a3a6da0a4 /p2pvr/daemon/unittests/testp2ice.cpp | |
parent | Use libadhocutil (diff) | |
download | p2pvr-2a551c907b3fd0c282bce46970066cfd402a594c.tar.bz2 p2pvr-2a551c907b3fd0c282bce46970066cfd402a594c.tar.xz p2pvr-2a551c907b3fd0c282bce46970066cfd402a594c.zip |
Use libadhocutil
Diffstat (limited to 'p2pvr/daemon/unittests/testp2ice.cpp')
-rw-r--r-- | p2pvr/daemon/unittests/testp2ice.cpp | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/p2pvr/daemon/unittests/testp2ice.cpp b/p2pvr/daemon/unittests/testp2ice.cpp index 4d29cc9..8229bf5 100644 --- a/p2pvr/daemon/unittests/testp2ice.cpp +++ b/p2pvr/daemon/unittests/testp2ice.cpp @@ -6,9 +6,9 @@ #include <sourceObject.h> #include <testAppInstance.h> -const boost::filesystem::path variant = BinDir.leaf(); -const boost::filesystem::path compiler = BinDir.parent_path().leaf(); -const boost::filesystem::path root = RootDir.parent_path().parent_path(); +const boost::filesystem::path variant = binDir.leaf(); +const boost::filesystem::path compiler = binDir.parent_path().leaf(); +const boost::filesystem::path root = rootDir.parent_path().parent_path(); const boost::filesystem::path iceroot = root / "ice"; static |