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)
private
FFileInfo: TSearchRec;
FBasePath: String;
protected
FFileInfo: TSearchRec;
procedure SetBasePath(ABasePath: String);
public
function ShortFilename: String;