From ef5b2fe57e5bd02b3fa01904b3017442cbf9a0f2 Mon Sep 17 00:00:00 2001 From: David Rose Date: Thu, 20 Sep 2007 18:22:16 +0000 Subject: [PATCH] squelch warning --- dtool/src/interrogate/interfaceMakerPythonNative.cxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dtool/src/interrogate/interfaceMakerPythonNative.cxx b/dtool/src/interrogate/interfaceMakerPythonNative.cxx index f4e7251bdc..0e8a316bff 100755 --- a/dtool/src/interrogate/interfaceMakerPythonNative.cxx +++ b/dtool/src/interrogate/interfaceMakerPythonNative.cxx @@ -161,7 +161,7 @@ RenameSet classRenameDictionary[] = { /////////////////////////////////////////////////////////////////////////////////////// /////////////////////////////////////////////////////////////////////////////////////// -char * pythonKeywords[] = { +const char * pythonKeywords[] = { "and", "del", "for",