On second thought rename PROJECT_PCBNEW to PROJECT_PCB

This commit is contained in:
Marek Roszko
2023-09-27 23:15:54 -04:00
parent fabfe5b33d
commit 6b12a12b3e
31 changed files with 107 additions and 107 deletions
@@ -47,7 +47,7 @@
#include <macros.h>
#include <pcbnew_scripting_helpers.h>
#include <project.h>
#include <project_pcbnew.h>
#include <project_pcb.h>
#include <project/net_settings.h>
#include <project/project_file.h>
#include <settings/settings_manager.h>
@@ -307,7 +307,7 @@ FP_LIB_TABLE* GetFootprintLibraryTable()
if( !project )
return nullptr;
return PROJECT_PCBNEW::PcbFootprintLibs( project );
return PROJECT_PCB::PcbFootprintLibs( project );
}