* Fixed unit name of jsondataset

git-svn-id: trunk@19863 -
This commit is contained in:
michael 2011-12-17 12:30:16 +00:00
parent aaf7db3904
commit 9fe08751ce

View File

@ -3,7 +3,7 @@ program testjsondataset;
{$mode objfpc}{$H+}
uses
Classes, sysutils, DB, jsondataset, fpjson, jsonparser;
Classes, sysutils, DB, fpjsondataset, fpjson, jsonparser;
{$R *.res}