Double Python initialization fixed

This commit is contained in:
Miguel Angel Ajo
2012-08-01 13:54:20 +02:00
parent 474128a445
commit beec323603
6 changed files with 304 additions and 12 deletions
+1 -1
View File
@@ -7,6 +7,6 @@
* Initializes the Python engine inside pcbnew
*/
void pcbnewInitPythonScripting( void );
bool pcbnewInitPythonScripting(PyThreadState** aMainTState);
#endif