Build fix for Windows

refs #7564
This commit is contained in:
Gunnar Beutner 2015-02-09 11:03:19 +01:00
parent 04dbab2eac
commit 279293331f
1 changed files with 1 additions and 1 deletions

View File

@ -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;