mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-12-16 20:40:37 +01: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)
|
TShellTreeNode = class(TTreeNode)
|
||||||
private
|
private
|
||||||
FFileInfo: TSearchRec;
|
|
||||||
FBasePath: String;
|
FBasePath: String;
|
||||||
protected
|
protected
|
||||||
|
FFileInfo: TSearchRec;
|
||||||
procedure SetBasePath(ABasePath: String);
|
procedure SetBasePath(ABasePath: String);
|
||||||
public
|
public
|
||||||
function ShortFilename: String;
|
function ShortFilename: String;
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user