summaryrefslogtreecommitdiff
path: root/src/Panorama.H
diff options
context:
space:
mode:
authorJohannes Hofmann <Johannes.Hofmann@gmx.de>2006-06-26 18:05:47 +0200
committerJohannes Hofmann <Johannes.Hofmann@gmx.de>2006-06-26 18:05:47 +0200
commit70a6e7c52eb8830e7e2c5884247201defdeb6a1c (patch)
tree17ae0ceb48ef1e5f3d2503539f69e382d7ff576e /src/Panorama.H
parent76daa38e38aff35613dcaf18330192833fd83deb (diff)
switch to double coordinates
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 740f164..20d3213 100644
--- a/src/Panorama.H
+++ b/src/Panorama.H
@@ -145,6 +145,6 @@ class Panorama {
void set_projection(Projection::Projection_t p);
- int get_coordinates(double a_view, double a_nick, int *x, int *y);
+ int get_coordinates(double a_view, double a_nick, double *x, double *y);
};
#endif