examples: fix compilation of docking demo

git-svn-id: trunk@23120 -
This commit is contained in:
paul 2009-12-13 14:21:13 +00:00
parent e71ab596a6
commit bf0c6805aa

View File

@ -1134,7 +1134,7 @@ begin
Result:=nil;
n := AName;
if assigned(AppLoadStore)
and AppLoadStore(True, False, DockSite, Result, n) then begin
and AppLoadStore(True, False, FDockSite, Result, n) then begin
//all done
end else
TWinControlAccess(DockSite).ReloadDockedControl(AName, Result);