Fix a mismatch between method signature in scripting/python_scripting.cpp and scripting/python_scripting.h
This commit is contained in:
committed by
Dick Hollenbeck
parent
0449258761
commit
47b5bdcd47
@@ -172,7 +172,7 @@ bool pcbnewInitPythonScripting( const char * aUserPluginsPath )
|
||||
}
|
||||
|
||||
|
||||
void pcbnewFinishPythonScripting( char )
|
||||
void pcbnewFinishPythonScripting()
|
||||
{
|
||||
#ifdef KICAD_SCRIPTING_WXPYTHON
|
||||
wxPyEndAllowThreads( g_PythonMainTState );
|
||||
|
||||
Reference in New Issue
Block a user