mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-04-23 08:19:41 +02:00
Codetools: make TFindDeclarationTool.CheckDirectoryCache public. Needed for converter.
git-svn-id: trunk@41426 -
This commit is contained in:
parent
3f7e56de04
commit
a9ad45f767
@ -728,10 +728,10 @@ type
|
||||
out ParameterAtom, ProcNameAtom: TAtomPosition;
|
||||
out ParameterIndex: integer): boolean;
|
||||
protected
|
||||
function CheckDirectoryCache: boolean;
|
||||
public
|
||||
constructor Create;
|
||||
destructor Destroy; override;
|
||||
function CheckDirectoryCache: boolean;
|
||||
procedure ConsistencyCheck; override;
|
||||
procedure CalcMemSize(Stats: TCTMemStats); override;
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user