mirror of
https://github.com/Icinga/icinga2.git
synced 2025-07-23 21:55:03 +02:00
parent
981ed591e9
commit
8c20039dfe
@ -755,7 +755,7 @@ void ClassCompiler::HandleClass(const Klass& klass, const ClassDebugInfo&)
|
|||||||
<< "\t";
|
<< "\t";
|
||||||
}
|
}
|
||||||
|
|
||||||
m_Impl << "On" << it->GetFriendlyName() << "Changed(static_cast<" << klass.Name << " *>(this), cookie);" << std::endl
|
m_Impl << "\t" << "On" << it->GetFriendlyName() << "Changed(static_cast<" << klass.Name << " *>(this), cookie);" << std::endl
|
||||||
<< "}" << std::endl << std::endl;
|
<< "}" << std::endl << std::endl;
|
||||||
}
|
}
|
||||||
|
|
||||||
@ -772,9 +772,9 @@ void ClassCompiler::HandleClass(const Klass& klass, const ClassDebugInfo&)
|
|||||||
if (it->DefaultAccessor.empty())
|
if (it->DefaultAccessor.empty())
|
||||||
m_Impl << "\t" << "return " << realType << "();" << std::endl;
|
m_Impl << "\t" << "return " << realType << "();" << std::endl;
|
||||||
else
|
else
|
||||||
m_Impl << it->DefaultAccessor << std::endl;
|
m_Impl << "\t" << it->DefaultAccessor << std::endl;
|
||||||
|
|
||||||
m_Impl << "}" << std::endl;
|
m_Impl << "}" << std::endl << std::endl;
|
||||||
}
|
}
|
||||||
|
|
||||||
/* validators */
|
/* validators */
|
||||||
|
Loading…
x
Reference in New Issue
Block a user