diff PyExtensionManager.h @ 66:5664fe298af2

Update to Python 2.7 and clean up the build (avoid using deprecated NumPy API, fix compiler warnings)
author Chris Cannam
date Mon, 17 Nov 2014 09:37:59 +0000
parents 27bab3a16c9a
children a6718f9fe942
line wrap: on
line diff
--- a/PyExtensionManager.h	Wed Aug 06 16:02:25 2014 +0100
+++ b/PyExtensionManager.h	Mon Nov 17 09:37:59 2014 +0000
@@ -65,7 +65,7 @@
 	void deleteModuleName(string plugKey);
 
 private:
-	static char* m_exposedNames[];
+	static const char* m_exposedNames[];
 	
 	vector<string> m_plugModuleNames;
 	PyObject* m_pyGlobalNamespace;