summaryrefslogtreecommitdiff
path: root/src/Panorama.cxx
diff options
context:
space:
mode:
authorJohannes Hofmann <Johannes.Hofmann@gmx.de>2009-03-29 14:10:09 +0200
committerJohannes Hofmann <Johannes.Hofmann@gmx.de>2009-03-29 14:10:09 +0200
commit50c4c4b9ce488f2c7691ea26bf670b0abfc797cd (patch)
treee0fa3d1cbdee56225514de49139e073d48a555b6 /src/Panorama.cxx
parentd2eca5bbe81dc4a899c97f1423c392554113f852 (diff)
change Hills::sort() interface
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 e52b55c..7c4124f 100644
--- a/src/Panorama.cxx
+++ b/src/Panorama.cxx
@@ -297,7 +297,7 @@ Panorama::update_angles() {
m->alph = alpha(m);
}
- mountains->sort();
+ mountains->sort(Hills::SORT_ALPHA);
update_close_mountains();
}