From 7bf6b08fcda6c2fc37405e4a77f23b73191bd671 Mon Sep 17 00:00:00 2001 From: Johannes Hofmann Date: Mon, 14 Nov 2005 22:28:49 +0100 Subject: fix ProjectionSphaeric::comp_params() sprinkle some const add copy constructor to Hill --- src/Projection.cxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/Projection.cxx') diff --git a/src/Projection.cxx b/src/Projection.cxx index 6a6adb0..57a210a 100644 --- a/src/Projection.cxx +++ b/src/Projection.cxx @@ -36,7 +36,7 @@ Projection::set_coordinates(Hill *m, const ViewParams *parms) { } int -Projection::comp_params(Hill *m1, Hill *m2, ViewParams *parms) { +Projection::comp_params(const Hill *m1, const Hill *m2, ViewParams *parms) { fprintf(stderr, "Error: Projection::comp_params()\n"); return 1; } -- cgit v1.2.3