mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-08-16 19:09:19 +02:00
removed class function
git-svn-id: trunk@4583 -
This commit is contained in:
parent
bc88b6e8ef
commit
049cdf91af
@ -114,7 +114,6 @@ Type
|
|||||||
|
|
||||||
{ Constructor of the class }
|
{ Constructor of the class }
|
||||||
Constructor Create;
|
Constructor Create;
|
||||||
class function CreateVirtual: TInterfaceBase; override;
|
|
||||||
{ Destructor of the class }
|
{ Destructor of the class }
|
||||||
Destructor Destroy; Override;
|
Destructor Destroy; Override;
|
||||||
{ Initialize the API }
|
{ Initialize the API }
|
||||||
@ -187,6 +186,9 @@ End.
|
|||||||
{ =============================================================================
|
{ =============================================================================
|
||||||
|
|
||||||
$Log$
|
$Log$
|
||||||
|
Revision 1.39 2003/09/08 13:24:17 mattias
|
||||||
|
removed class function
|
||||||
|
|
||||||
Revision 1.38 2003/09/08 12:21:48 mattias
|
Revision 1.38 2003/09/08 12:21:48 mattias
|
||||||
added fpImage reader/writer hooks to TBitmap
|
added fpImage reader/writer hooks to TBitmap
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user