LCL: reduced warnings

git-svn-id: trunk@13694 -
This commit is contained in:
mattias 2008-01-09 20:07:34 +00:00
parent 876cefb855
commit 41a2ef9338

View File

@ -108,7 +108,9 @@ begin
TLCLComponent(Result).FWidgetSetClass := FindWSComponentClass(Self);
if TLCLComponent(Result).FWidgetSetClass = nil then
begin
{$IFDEF VerboseLCL}
DebugLn(['TLCLComponent.NewInstance WARNING: missing FWidgetSetClass ',ClassName]);
{$ENDIF}
TLCLComponent(Result).FWidgetSetClass := TWSLCLComponent;
end;
end;