mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-08-31 03:11:44 +02:00
components: fix visibility hints for paradox package
git-svn-id: trunk@23839 -
This commit is contained in:
parent
8abecb2ba9
commit
e9113e15e8
@ -27,13 +27,13 @@ uses
|
||||
|
||||
Type
|
||||
TParadoxFileNamePropertyEditor=class(TFileNamePropertyEditor)
|
||||
protected
|
||||
public
|
||||
function GetFilter: String; override;
|
||||
function GetInitialDirectory: string; override;
|
||||
end;
|
||||
|
||||
TParadoxBlobFileNamePropertyEditor=class(TFileNamePropertyEditor)
|
||||
protected
|
||||
public
|
||||
function GetFilter: String; override;
|
||||
function GetInitialDirectory: string; override;
|
||||
end;
|
||||
|
Loading…
Reference in New Issue
Block a user