summaryrefslogtreecommitdiffstats
path: root/tksao/frame/contour.h
diff options
context:
space:
mode:
Diffstat (limited to 'tksao/frame/contour.h')
-rw-r--r--tksao/frame/contour.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/tksao/frame/contour.h b/tksao/frame/contour.h
index 853ab22..bda8cbd 100644
--- a/tksao/frame/contour.h
+++ b/tksao/frame/contour.h
@@ -43,7 +43,7 @@ class ContourLevel {
List<Contour>& lcontour() {return lcontour_;}
void list(ostream& str, FitsImage*, Coord::CoordSystem, Coord::SkyFrame);
- void render(Pixmap, Coord::InternalSystem, int, int);
+ void render(Pixmap, Coord::InternalSystem, const BBox&);
void ps(int);
void updateCoords(const Matrix&);
#ifdef MAC_OSX_TK
@@ -84,7 +84,7 @@ class Contour {
List<Vertex>& lvertex() {return lvertex_;}
void list(ostream& str, FitsImage*, Coord::CoordSystem, Coord::SkyFrame);
- void render(Pixmap, Coord::InternalSystem, int, int);
+ void render(Pixmap, Coord::InternalSystem, const BBox&);
void ps(int);
void updateCoords(const Matrix&);
#ifdef MAC_OSX_TK