diff options
Diffstat (limited to 'src/cstore/unionfs/fspath.hpp')
-rw-r--r-- | src/cstore/unionfs/fspath.hpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/cstore/unionfs/fspath.hpp b/src/cstore/unionfs/fspath.hpp index fbaafd6..fa15d0e 100644 --- a/src/cstore/unionfs/fspath.hpp +++ b/src/cstore/unionfs/fspath.hpp @@ -53,7 +53,7 @@ public: FsPath& operator/=(const FsPath& p) { _data /= p._data; return *this; - } + }; FsPath operator/(const FsPath& rhs) { FsPath lhs(*this); lhs /= rhs; |