Fix missing virtual dtor
This commit is contained in:
parent
2089374f53
commit
35520c78e4
|
@ -53,7 +53,7 @@ class SYMBOL_LIBRARY_MANAGER
|
||||||
{
|
{
|
||||||
public:
|
public:
|
||||||
SYMBOL_LIBRARY_MANAGER( SCH_BASE_FRAME& aFrame );
|
SYMBOL_LIBRARY_MANAGER( SCH_BASE_FRAME& aFrame );
|
||||||
~SYMBOL_LIBRARY_MANAGER();
|
virtual ~SYMBOL_LIBRARY_MANAGER();
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Preloads all symbol libraries in the symbol library table using SYMBOL_ASYNC_LOADER.
|
* Preloads all symbol libraries in the symbol library table using SYMBOL_ASYNC_LOADER.
|
||||||
|
|
Loading…
Reference in New Issue