Jason Kivlighn - 2003-07-19

Logged In: YES
user_id=616614

I'm going to have to upload another small update to fix this
problem. For now, you can fix it by changing line 191 of
src/libfungcalcui/3D/glbasicgraphmain.cpp from

const GLExpressionGraph *graph = getGraph();

to

GLExpressionGraph *graph = static_cast<GLExpressionGraph*>
(getGraph());