MG: prevented gtk interfaces checksum error

git-svn-id: trunk@1518 -
This commit is contained in:
lazarus 2002-03-14 21:35:14 +00:00
parent 9789b52598
commit b0139a0c4e

View File

@ -19,14 +19,14 @@
}
unit interfaces;
unit Interfaces;
{$mode objfpc}{$H+}
interface
uses
InterfaceBase,Clipbrd,SysUtils;
InterfaceBase;
var
InterfaceObject : TInterfaceBase;
@ -34,7 +34,7 @@ var
implementation
uses
GTKInt,
GTKInt, Clipbrd, SysUtils,
Forms; // MG: GTKInt uses forms, so the application object is destroyed
// in the forms finalization section AFTER this finalization
// section. But the lcl objects need the gtk to close clean.