summaryrefslogtreecommitdiff
path: root/src/Panorama.H
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.H
parent36993bfdca4fa91df4daedc3574dfb83ee3fb418 (diff)
add const
Diffstat (limited to 'src/Panorama.H')
-rw-r--r--src/Panorama.H2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/Panorama.H b/src/Panorama.H
index d6fedcd..cb6327b 100644
--- a/src/Panorama.H
+++ b/src/Panorama.H
@@ -41,7 +41,7 @@ class Panorama {
double alpha(const Hill *m);
- double nick(Hill *m);
+ double nick(const Hill *m);
double comp_center_angle(double alph_a, double alph_b, double d1, double d2);