* Fix missing semi-colon

This commit is contained in:
Michaël Van Canneyt 2022-12-27 21:59:03 +01:00
parent 234a955125
commit 535f11886d

View File

@ -1023,7 +1023,7 @@ begin
FAllowedOperations:=R.AllowedOperations;
OnResourceAllowed:=R.OnResourceAllowed;
OnAllowedOperations:=R.OnAllowedOperations;
OnGetDataset:=R.OnGetDataset
OnGetDataset:=R.OnGetDataset;
OnCheckParams:=R.OnCheckParams;
OnAllowRecord:=R.OnAllowRecord;
end