mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-08-12 12:26:02 +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;
|
class function TCustomJSONRPCDispatcher.ClassNameProperty: String;
|
||||||
begin
|
begin
|
||||||
Result:='classname'; // Do not localize
|
Result:='class'; // Do not localize
|
||||||
end;
|
end;
|
||||||
|
|
||||||
class function TCustomJSONRPCDispatcher.ParamsProperty: String;
|
class function TCustomJSONRPCDispatcher.ParamsProperty: String;
|
||||||
|
Loading…
Reference in New Issue
Block a user