summaryrefslogtreecommitdiffstats
path: root/tksao/frame/fitsimage.h
diff options
context:
space:
mode:
Diffstat (limited to 'tksao/frame/fitsimage.h')
-rw-r--r--tksao/frame/fitsimage.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/tksao/frame/fitsimage.h b/tksao/frame/fitsimage.h
index aad99b9..1acc5bf 100644
--- a/tksao/frame/fitsimage.h
+++ b/tksao/frame/fitsimage.h
@@ -408,7 +408,7 @@ class FitsImage {
Vector3d wcs2pix(const Vector3d&, Coord::CoordSystem, Coord::SkyFrame);
int wcsInv() {return wcsInv_;}
- void wfpc2WCS(istream&);
+ void wfpc2WCS(FitsHead*, istream&);
void appendWCS(istream&);
void listWCS(ostream&, Coord::CoordSystem);
void resetWCS();