From 3cfca938da80f3cee7b962c94e54ddbd32316c52 Mon Sep 17 00:00:00 2001 From: Andy Cedilnik Date: Fri, 28 Jun 2002 10:29:33 -0400 Subject: Remove another warning in the python wrapping --- Source/cmVTKWrapPythonCommand.cxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Source/cmVTKWrapPythonCommand.cxx b/Source/cmVTKWrapPythonCommand.cxx index 08934b6..059c34d 100644 --- a/Source/cmVTKWrapPythonCommand.cxx +++ b/Source/cmVTKWrapPythonCommand.cxx @@ -194,7 +194,7 @@ bool cmVTKWrapPythonCommand::WriteInit(const char *kitName, fprintf(fout,"\nstatic PyMethodDef Py%s_ClassMethods[] = {\n", kitName); - fprintf(fout,"{NULL, NULL}};\n\n"); + fprintf(fout,"{NULL, NULL, 0, NULL}};\n\n"); #ifdef _WIN32 fprintf(fout,"extern \"C\" {__declspec( dllexport) void init%s();}\n\n",kitName); -- cgit v0.12