From e9d296ce8e9c014afbdc291c33f7b087e375bb76 Mon Sep 17 00:00:00 2001 From: wp_xyz Date: Thu, 8 Dec 2022 22:12:06 +0100 Subject: [PATCH] LCL/ShellTreeView: Move FFileInfo from private into protected section of TShellTreeNode. --- lcl/shellctrls.pas | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lcl/shellctrls.pas b/lcl/shellctrls.pas index ddf8fce694..7efb1d245a 100644 --- a/lcl/shellctrls.pas +++ b/lcl/shellctrls.pas @@ -389,9 +389,9 @@ type TShellTreeNode = class(TTreeNode) private - FFileInfo: TSearchRec; FBasePath: String; protected + FFileInfo: TSearchRec; procedure SetBasePath(ABasePath: String); public function ShortFilename: String;