mirror of
https://github.com/mhx/dwarfs.git
synced 2025-08-04 02:06:22 -04:00
fix: move iolayer
predeclaration to the right namespace
This commit is contained in:
parent
0cf59df603
commit
14b69032fd
@ -35,10 +35,11 @@
|
|||||||
namespace dwarfs {
|
namespace dwarfs {
|
||||||
|
|
||||||
struct logger_options;
|
struct logger_options;
|
||||||
struct iolayer;
|
|
||||||
|
|
||||||
namespace tool {
|
namespace tool {
|
||||||
|
|
||||||
|
struct iolayer;
|
||||||
|
|
||||||
std::string
|
std::string
|
||||||
tool_header(std::string_view tool_name, std::string_view extra_info = "");
|
tool_header(std::string_view tool_name, std::string_view extra_info = "");
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user