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