mirror of
https://github.com/HarbourMasters/Shipwright.git
synced 2025-07-30 03:28:55 -07:00
hopefully fix compilation for everythign
This commit is contained in:
parent
aaf1632951
commit
2b29dbbc42
8 changed files with 22 additions and 14 deletions
|
@ -48,7 +48,7 @@ std::string ZString::GetBodySourceCode() const
|
|||
return StringHelper::Sprintf("\t\"%s\"", strData.data());
|
||||
}
|
||||
|
||||
std::string ZString::GetSourceOutputHeader([[maybe_unused]] const std::string& prefix)
|
||||
std::string ZString::GetSourceOutputHeader([[maybe_unused]] const std::string& prefix, bool first)
|
||||
{
|
||||
return StringHelper::Sprintf("#define %s_macro \"%s\"", name.c_str(), strData.data());
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue