Update of /cvsroot/thplot/thplot/src/Main
In directory usw-pr-cvs1:/tmp/cvs-serv17611/src/Main
Modified Files:
Globals.h
Log Message:
Compile fixes for g++ 3.0.4
Index: Globals.h
===================================================================
RCS file: /cvsroot/thplot/thplot/src/Main/Globals.h,v
retrieving revision 1.2
retrieving revision 1.3
diff -C2 -r1.2 -r1.3
*** Globals.h 2 Jul 2002 17:20:42 -0000 1.2
--- Globals.h 4 Jul 2002 23:42:36 -0000 1.3
***************
*** 28,40 ****
#define GLOBAL_H
- #include <string>
- #include <vector>
-
#include <FL/Fl_Gl_Window.h>
typedef enum { letter, legal, tabloid, A3, A4 } PaperSizes;
- typedef vector<string> ParamList;
-
class Globals {
public:
--- 28,35 ----
|