mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-08-19 06:49:16 +02:00
* Fixed unit name of jsondataset
git-svn-id: trunk@19863 -
This commit is contained in:
parent
aaf7db3904
commit
9fe08751ce
@ -3,7 +3,7 @@ program testjsondataset;
|
||||
{$mode objfpc}{$H+}
|
||||
|
||||
uses
|
||||
Classes, sysutils, DB, jsondataset, fpjson, jsonparser;
|
||||
Classes, sysutils, DB, fpjsondataset, fpjson, jsonparser;
|
||||
|
||||
{$R *.res}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user