[various] Squash a couple of clang warning wrt friend declarations.

This commit is contained in:
Joe Thornber 2020-04-08 12:18:24 +01:00
parent 5e347dddbf
commit 0ccee1759e
2 changed files with 2 additions and 2 deletions

View File

@ -367,7 +367,7 @@ namespace persistent_data {
typename ValueTraits::value_type const &v_; typename ValueTraits::value_type const &v_;
}; };
friend class resizer; friend struct resizer;
//-------------------------------- //--------------------------------

View File

@ -32,7 +32,7 @@ namespace thin_provisioning {
chunk c_; chunk c_;
}; };
friend class chunk_wrapper; friend struct chunk_wrapper;
block_address block_size_; block_address block_size_;
block_address nr_blocks_; block_address nr_blocks_;