mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-08-17 15:59:13 +02:00
designer baseclass example: fixed compilation
git-svn-id: trunk@10589 -
This commit is contained in:
parent
9345db7aa6
commit
d79e783bb4
@ -24,7 +24,7 @@ unit CustomComponentClass;
|
|||||||
interface
|
interface
|
||||||
|
|
||||||
uses
|
uses
|
||||||
Classes, SysUtils, LCLProc, Forms, FormEditingIntf;
|
Classes, SysUtils, LCLProc, LResources, Forms, FormEditingIntf;
|
||||||
|
|
||||||
type
|
type
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user