diff options
Diffstat (limited to 'src/pathlocks.hh')
-rw-r--r-- | src/pathlocks.hh | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/pathlocks.hh b/src/pathlocks.hh index ae3a37cdb214..03a62e65a782 100644 --- a/src/pathlocks.hh +++ b/src/pathlocks.hh @@ -8,6 +8,7 @@ class PathLocks { private: list<int> fds; + Strings paths; public: PathLocks(const Strings & _paths); |