[Igarden-commit] Garden/source/PlanTool SelectedElements.cpp, 1.23.2.4, 1.23.2.5
Status: Beta
Brought to you by:
jlbedell
|
From: Jeffrey B. <jlb...@us...> - 2008-05-11 02:59:10
|
Update of /cvsroot/igarden/Garden/source/PlanTool In directory sc8-pr-cvs2.sourceforge.net:/tmp/cvs-serv30388/source/PlanTool Modified Files: Tag: Release_branch_v1 SelectedElements.cpp Log Message: Fix a comment Index: SelectedElements.cpp =================================================================== RCS file: /cvsroot/igarden/Garden/source/PlanTool/SelectedElements.cpp,v retrieving revision 1.23.2.4 retrieving revision 1.23.2.5 diff -C2 -d -r1.23.2.4 -r1.23.2.5 *** SelectedElements.cpp 10 May 2008 22:52:53 -0000 1.23.2.4 --- SelectedElements.cpp 11 May 2008 02:59:08 -0000 1.23.2.5 *************** *** 71,75 **** /// GetIndexedSelectedElement // ! /// Index (1-based) into the list of selected items. Used with count to iterate. // Element* SelectedElements::GetIndexedSelectedElement( UInt32 index ) --- 71,75 ---- /// GetIndexedSelectedElement // ! /// Index (0-based) into the list of selected items. Used with count to iterate. // Element* SelectedElements::GetIndexedSelectedElement( UInt32 index ) |