mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-04-09 08:30:54 +02:00
* Fix default classname property
This commit is contained in:
parent
f9a96e5e63
commit
8dcabc5796
@ -1384,7 +1384,7 @@ end;
|
||||
|
||||
class function TCustomJSONRPCDispatcher.ClassNameProperty: String;
|
||||
begin
|
||||
Result:='classname'; // Do not localize
|
||||
Result:='class'; // Do not localize
|
||||
end;
|
||||
|
||||
class function TCustomJSONRPCDispatcher.ParamsProperty: String;
|
||||
|
Loading…
Reference in New Issue
Block a user