You've already forked lazarus-ccr
jvcllaz: Fix compilation (missing file in prev commit)
git-svn-id: https://svn.code.sf.net/p/lazarus-ccr/svn@6248 8e941d3f-bd1b-0410-a28a-d453659cc2b4
This commit is contained in:
@@ -14,7 +14,7 @@ implementation
|
||||
{$R ../../resource/jvdbreg.res}
|
||||
|
||||
uses
|
||||
Classes, JvDsgnConsts, JvDBSearchEdit, JvDBHTLabel; //, JvDBTreeView;
|
||||
Classes, JvDsgnConsts, {JvDBSearchCombobox,} JvDBSearchEdit, JvDBHTLabel; //, JvDBTreeView;
|
||||
|
||||
procedure Register;
|
||||
const
|
||||
@@ -37,6 +37,7 @@ const
|
||||
begin
|
||||
RegisterComponents(RsPaletteJvclDB, [ // was: TsPaletteDBVisual
|
||||
TJvDBSearchEdit,
|
||||
// TJvDBSearchCombobox,
|
||||
TJvDBHtLabel
|
||||
// TJvDBTreeView
|
||||
]);
|
||||
|
Reference in New Issue
Block a user