summaryrefslogtreecommitdiffstats
path: root/tksao/frame/framebase.h
diff options
context:
space:
mode:
Diffstat (limited to 'tksao/frame/framebase.h')
-rw-r--r--tksao/frame/framebase.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/tksao/frame/framebase.h b/tksao/frame/framebase.h
index b379d14..9aa10a5 100644
--- a/tksao/frame/framebase.h
+++ b/tksao/frame/framebase.h
@@ -22,6 +22,8 @@ protected:
private:
void coordToTclArray(FitsImage*, const Vector&, Coord::CoordSystem,
const char*, const char*);
+ void coordToTclArray(FitsImage*, const Vector3d&, Coord::CoordSystem,
+ const char*, const char*);
void getInfoWCS(char*, Vector&, FitsImage*);