mirror of
https://github.com/Icinga/icinga2.git
synced 2025-07-24 06:05:01 +02:00
Mkclass: Only render setter if not declared pure virtual
This commit is contained in:
parent
b350512b11
commit
caefa58cf6
@ -568,6 +568,7 @@ void ClassCompiler::HandleClass(const Klass& klass, const ClassDebugInfo&)
|
||||
<< "{" << std::endl;
|
||||
|
||||
for (const Field& field : klass.Fields) {
|
||||
if (!field.PureSetAccessor)
|
||||
m_Impl << "\t" << "Set" << field.GetFriendlyName() << "(" << "GetDefault" << field.GetFriendlyName() << "(), true);" << std::endl;
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user