mirror of
https://github.com/mhx/dwarfs.git
synced 2025-08-03 17:56:12 -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 {
|
||||
|
||||
struct logger_options;
|
||||
struct iolayer;
|
||||
|
||||
namespace tool {
|
||||
|
||||
struct iolayer;
|
||||
|
||||
std::string
|
||||
tool_header(std::string_view tool_name, std::string_view extra_info = "");
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user