From 279293331f105e4f45ce7cb641e041d509c18fda Mon Sep 17 00:00:00 2001 From: Gunnar Beutner Date: Mon, 9 Feb 2015 11:03:19 +0100 Subject: [PATCH] Build fix for Windows refs #7564 --- tools/mkclass/classcompiler.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tools/mkclass/classcompiler.cpp b/tools/mkclass/classcompiler.cpp index 901a3835e..f1b180d62 100644 --- a/tools/mkclass/classcompiler.cpp +++ b/tools/mkclass/classcompiler.cpp @@ -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; -- 2.40.0