mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-04-13 06:29:32 +02:00
* Forgot to commit
This commit is contained in:
parent
bcbf521922
commit
fdd911c6fa
@ -169,7 +169,7 @@ type
|
||||
|
||||
PSymbolInheritanceView = ^TSymbolInheritanceView;
|
||||
{$ifdef HASOUTLINE}
|
||||
TSymbolInheritanceView = object(TLocalMenuOutlieViewer)
|
||||
TSymbolInheritanceView = object(TLocalMenuOutlineViewer)
|
||||
{$else notHASOUTLINE}
|
||||
TSymbolInheritanceView = object(TLocalMenuListBox)
|
||||
{$endif HASOUTLINE}
|
||||
|
Loading…
Reference in New Issue
Block a user