summaryrefslogtreecommitdiff
path: root/src/Panorama.cxx
diff options
context:
space:
mode:
authorJohannes Hofmann <Johannes.Hofmann@gmx.de>2008-01-30 18:49:20 +0100
committerJohannes Hofmann <Johannes.Hofmann@gmx.de>2008-01-30 18:49:20 +0100
commit0524aa4c24c97ac5f1349c8dbdcd60c4c6088174 (patch)
tree99442c1214dbcdc150ee38978b6eb661a9608418 /src/Panorama.cxx
parent36993bfdca4fa91df4daedc3574dfb83ee3fb418 (diff)
add const
Diffstat (limited to 'src/Panorama.cxx')
-rw-r--r--src/Panorama.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/Panorama.cxx b/src/Panorama.cxx
index 7d357f1..0b99282 100644
--- a/src/Panorama.cxx
+++ b/src/Panorama.cxx
@@ -430,7 +430,7 @@ Panorama::alpha(const Hill *m) {
double
-Panorama::nick(Hill *m) {
+Panorama::nick(const Hill *m) {
double a, b, c;
double beta;