diff options
author | William Joye <wjoye@cfa.harvard.edu> | 2018-10-22 16:55:47 (GMT) |
---|---|---|
committer | William Joye <wjoye@cfa.harvard.edu> | 2018-10-22 16:55:47 (GMT) |
commit | b40f0d15ed57ae60599c008845f86c0a66c7db74 (patch) | |
tree | 7e23f3c27276512f165c2351b52aec45e37d285e /tksao/frame/frame.C | |
parent | d19f1db263918c8b7d2379b53c3242976fee3ae4 (diff) | |
download | blt-b40f0d15ed57ae60599c008845f86c0a66c7db74.zip blt-b40f0d15ed57ae60599c008845f86c0a66c7db74.tar.gz blt-b40f0d15ed57ae60599c008845f86c0a66c7db74.tar.bz2 |
new mask
Diffstat (limited to 'tksao/frame/frame.C')
-rw-r--r-- | tksao/frame/frame.C | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tksao/frame/frame.C b/tksao/frame/frame.C index 35ecc2a..15d701d 100644 --- a/tksao/frame/frame.C +++ b/tksao/frame/frame.C @@ -710,7 +710,7 @@ void Frame::iisCmd(int width, int height) FitsImage* img = new FitsImageIIS(currentContext, interp, width, height); - loadDone(currentContext->load(ALLOC, "", img, IMG),IMG); + loadDone(currentContext->load(ALLOC, "", img), IMG); } void Frame::iisEraseCmd() |