Fix compiler warning

This commit is contained in:
Sebastian Messmer 2022-12-18 07:26:30 +01:00
parent 4c10d47cd6
commit f5e6b3bc5f

View File

@ -27,7 +27,7 @@ namespace cryfs {
void AppendChildrenTo(std::vector<fspp::Dir::Entry> *result) const;
fspp::num_bytes_t lstat_size() const;
fspp::num_bytes_t lstat_size() const override;
//TODO Test NumChildren()
size_t NumChildren() const;