summaryrefslogtreecommitdiffstats
path: root/tksao/frame/grid3d.h
diff options
context:
space:
mode:
authorWilliam Joye <wjoye@cfa.harvard.edu>2017-12-05 17:46:26 (GMT)
committerWilliam Joye <wjoye@cfa.harvard.edu>2017-12-05 17:46:26 (GMT)
commit34060e4070460b3a7befaa3501ffe2f2d137f319 (patch)
tree5ff37a71d0a606ad12aa97ce497e0300097cff25 /tksao/frame/grid3d.h
parenta7d4915dac528c4f61d2ca887459a59ae4695846 (diff)
downloadblt-34060e4070460b3a7befaa3501ffe2f2d137f319.zip
blt-34060e4070460b3a7befaa3501ffe2f2d137f319.tar.gz
blt-34060e4070460b3a7befaa3501ffe2f2d137f319.tar.bz2
update AST WCS
Diffstat (limited to 'tksao/frame/grid3d.h')
-rw-r--r--tksao/frame/grid3d.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/tksao/frame/grid3d.h b/tksao/frame/grid3d.h
index 995132a..628794d 100644
--- a/tksao/frame/grid3d.h
+++ b/tksao/frame/grid3d.h
@@ -11,7 +11,7 @@
class Grid3d : public Grid, public Grid3dBase {
private:
- void* matrixMap(Matrix&, const char*);
+ void* matrixMap(Matrix3d&, const char*);
int doit(RenderMode);
public: