build: fixes

This commit is contained in:
Mike Williams
2025-06-09 16:15:35 -04:00
parent e957d10098
commit d5b0e64a1b
3 changed files with 8 additions and 2 deletions
+3 -1
View File
@@ -44,7 +44,9 @@ wxDEFINE_EVENT( EDA_EVT_PLUGIN_AVAILABILITY_CHANGED, wxCommandEvent );
API_PLUGIN_MANAGER::API_PLUGIN_MANAGER( wxEvtHandler* aEvtHandler ) :
wxEvtHandler(),
m_parent( aEvtHandler )
m_parent( aEvtHandler ),
m_lastPid( 0 ),
m_raiseTimer( nullptr )
{
// Read and store pcm schema
wxFileName schemaFile( PATHS::GetStockDataPath( true ), wxS( "api.v1.schema.json" ) );