Update of /cvsroot/thplot/thplot/src/Gui
In directory usw-pr-cvs1:/tmp/cvs-serv17611/src/Gui
Modified Files:
ParameterSelect.h
Log Message:
Compile fixes for g++ 3.0.4
Index: ParameterSelect.h
===================================================================
RCS file: /cvsroot/thplot/thplot/src/Gui/ParameterSelect.h,v
retrieving revision 1.3
retrieving revision 1.4
diff -C2 -r1.3 -r1.4
*** ParameterSelect.h 3 Jul 2002 13:24:50 -0000 1.3
--- ParameterSelect.h 4 Jul 2002 23:42:36 -0000 1.4
***************
*** 51,55 ****
--- 51,58 ----
string getSelectedIndependent(void) { return ind_name; }
+
+ typedef vector<string> ParamList;
ParamList getSelectedDependents(void) { return dep_names; }
+
bool selectionAvailable(void) { return selected; }
|