mirror of
https://github.com/Icinga/icinga2.git
synced 2025-07-26 23:24:09 +02:00
parent
04dbab2eac
commit
279293331f
@ -483,7 +483,7 @@ void ClassCompiler::HandleClass(const Klass& klass, const ClassDebugInfo&)
|
||||
prot = "public";
|
||||
|
||||
std::cout << prot << ":" << std::endl
|
||||
<< "\t" << "void Set" << it->GetFriendlyName() << "(";
|
||||
<< "\t" << "virtual void Set" << it->GetFriendlyName() << "(";
|
||||
|
||||
if (it->Type == "bool" || it->Type == "double" || it->Type == "int")
|
||||
std::cout << it->Type;
|
||||
|
Loading…
x
Reference in New Issue
Block a user