mirror of
https://github.com/mhx/dwarfs.git
synced 2025-09-15 15:26:19 -04:00
fix(filesystem_writer): make impl_
private
This commit is contained in:
parent
f343223d0d
commit
ae35a80400
@ -65,7 +65,7 @@ class filesystem_writer {
|
||||
|
||||
internal::filesystem_writer_detail& get_internal() { return *impl_; }
|
||||
|
||||
protected:
|
||||
private:
|
||||
std::unique_ptr<internal::filesystem_writer_detail> impl_;
|
||||
};
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user