Fix a mismatch between method signature in scripting/python_scripting.cpp and scripting/python_scripting.h

This commit is contained in:
Jean-Samuel Reynaud
2014-03-28 07:27:58 -05:00
committed by Dick Hollenbeck
parent 0449258761
commit 47b5bdcd47
2 changed files with 1 additions and 3 deletions
+1 -1
View File
@@ -172,7 +172,7 @@ bool pcbnewInitPythonScripting( const char * aUserPluginsPath )
}
void pcbnewFinishPythonScripting( char )
void pcbnewFinishPythonScripting()
{
#ifdef KICAD_SCRIPTING_WXPYTHON
wxPyEndAllowThreads( g_PythonMainTState );