mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-04-06 06:57:54 +02:00
LCL/ShellTreeView: Move FFileInfo from private into protected section of TShellTreeNode.
This commit is contained in:
parent
b8a32b9515
commit
e9d296ce8e
@ -389,9 +389,9 @@ type
|
||||
|
||||
TShellTreeNode = class(TTreeNode)
|
||||
private
|
||||
FFileInfo: TSearchRec;
|
||||
FBasePath: String;
|
||||
protected
|
||||
FFileInfo: TSearchRec;
|
||||
procedure SetBasePath(ABasePath: String);
|
||||
public
|
||||
function ShortFilename: String;
|
||||
|
Loading…
Reference in New Issue
Block a user