mirror of
https://github.com/geode-sdk/geode.git
synced 2025-02-17 00:30:26 -05:00
i hate c++ syntax
This commit is contained in:
parent
21e25ff382
commit
e2548ab4af
1 changed files with 1 additions and 1 deletions
|
@ -93,7 +93,7 @@ std::string generateModifyHeader(Root& root, ghc::filesystem::path const& single
|
|||
used.insert(fn->name);
|
||||
statics += fmt::format(
|
||||
format_strings::statics_declare_identifier,
|
||||
fmt::arg("function_name", fn->name),
|
||||
fmt::arg("function_name", fn->name)
|
||||
);
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue