diff --git a/Sources/CyInfoInterface3.cpp b/Sources/CyInfoInterface3.cpp index eebe0a10cd..6980dc4510 100644 --- a/Sources/CyInfoInterface3.cpp +++ b/Sources/CyInfoInterface3.cpp @@ -346,7 +346,7 @@ void CyInfoPythonInterface3() ; - python::class_ >("CvGameText", python::no_init) + python::class_ >("CvGameText") .def("getText", &CvGameText::pyGetText, "wstring ()") .def("setText", &CvGameText::setText, "void (wstring)")