From: Richard K. <ric...@us...> - 2005-05-14 13:25:58
|
Update of /cvsroot/actionstep/actionstep/src/org/actionstep In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv26520 Modified Files: NSBox.as Log Message: initWithRect returns NSBox not NSView Index: NSBox.as =================================================================== RCS file: /cvsroot/actionstep/actionstep/src/org/actionstep/NSBox.as,v retrieving revision 1.6 retrieving revision 1.7 diff -C2 -d -r1.6 -r1.7 *** NSBox.as 6 May 2005 00:01:03 -0000 1.6 --- NSBox.as 14 May 2005 13:25:49 -0000 1.7 *************** *** 89,93 **** * @see org.actionstep.NSView#initWithFrame */ ! public function initWithFrame(newFrame:NSRect):NSView { super.initWithFrame(newFrame); // NECESSARY --- 89,93 ---- * @see org.actionstep.NSView#initWithFrame */ ! public function initWithFrame(newFrame:NSRect):NSBox { super.initWithFrame(newFrame); // NECESSARY |