Browse Source

tag mismatch

default_compile_flags
vector-of-bool 5 years ago
parent
commit
596e67ff9c
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      src/dds/toolchain/toolchain.hpp

+ 1
- 1
src/dds/toolchain/toolchain.hpp View File

@@ -35,7 +35,7 @@ struct link_exe_spec {
fs::path output;
};

class toolchain_prep;
struct toolchain_prep;

class toolchain {
using string_seq = std::vector<std::string>;

Loading…
Cancel
Save