diff options
Diffstat (limited to 'src')
| -rw-r--r-- | src/lib/file_group.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src/lib/file_group.h b/src/lib/file_group.h index 0e26d64ec..a696343a0 100644 --- a/src/lib/file_group.h +++ b/src/lib/file_group.h @@ -39,6 +39,9 @@ public: explicit FileGroup (std::vector<boost::filesystem::path> const &); ~FileGroup (); + FileGroup (FileGroup const&) = delete; + FileGroup& operator= (FileGroup const&) = delete; + void set_paths (std::vector<boost::filesystem::path> const &); int64_t seek (int64_t, int) const; |
