mirror of
https://github.com/HarbourMasters/Shipwright
synced 2026-06-22 09:15:42 -04:00
hopefully fix compilation for everythign
This commit is contained in:
@@ -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());
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user