mirror of
https://gitlab.com/kicad/code/kicad.git
synced 2025-04-21 10:11:39 +00:00
Formatting.
This commit is contained in:
parent
a5d643cbaa
commit
ccb39fb775
@ -27,9 +27,9 @@
|
||||
|
||||
|
||||
SYMBOL_ASYNC_LOADER::SYMBOL_ASYNC_LOADER( const std::vector<wxString>& aNicknames,
|
||||
SYMBOL_LIB_TABLE* aTable, bool aOnlyPowerSymbols,
|
||||
std::unordered_map<wxString, std::vector<LIB_SYMBOL*>>* aOutput,
|
||||
PROGRESS_REPORTER* aReporter ) :
|
||||
SYMBOL_LIB_TABLE* aTable, bool aOnlyPowerSymbols,
|
||||
std::unordered_map<wxString, std::vector<LIB_SYMBOL*>>* aOutput,
|
||||
PROGRESS_REPORTER* aReporter ) :
|
||||
m_nicknames( aNicknames ),
|
||||
m_table( aTable ),
|
||||
m_onlyPowerSymbols( aOnlyPowerSymbols ),
|
||||
|
Loading…
Reference in New Issue
Block a user