|
From: Nando D. <na...@us...> - 2005-02-19 10:41:17
|
Update of /cvsroot/instantobjects/Source/Design In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv13246/Design Modified Files: InstantReg.pas Log Message: fixed build error in D7 - requires changes to D6 and D5 as well Index: InstantReg.pas =================================================================== RCS file: /cvsroot/instantobjects/Source/Design/InstantReg.pas,v retrieving revision 1.4 retrieving revision 1.5 diff -C2 -d -r1.4 -r1.5 *** InstantReg.pas 3 Feb 2005 17:05:14 -0000 1.4 --- InstantReg.pas 19 Feb 2005 10:41:05 -0000 1.5 *************** *** 25,29 **** * the Initial Developer. All Rights Reserved. * ! * Contributor(s): * * ***** END LICENSE BLOCK ***** *) --- 25,29 ---- * the Initial Developer. All Rights Reserved. * ! * Contributor(s): Nando Dessena * * ***** END LICENSE BLOCK ***** *) *************** *** 37,40 **** --- 37,42 ---- implementation + {$R ..\iodesimages.res} + uses Classes, InstantConsts, InstantPersistence, InstantPresentation, |