LCL/ShellTreeView: Move FFileInfo from private into protected section of TShellTreeNode.

This commit is contained in:
wp_xyz 2022-12-08 22:12:06 +01:00
parent b8a32b9515
commit e9d296ce8e

View File

@ -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;