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:
wp_xxyyzz
2018-03-15 22:17:53 +00:00
parent a123ccb4f7
commit c385dfd734
4 changed files with 5 additions and 12 deletions

View File

@@ -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
]);