summaryrefslogtreecommitdiffstats
path: root/tksao/frame/frame.C
diff options
context:
space:
mode:
authorWilliam Joye <wjoye@cfa.harvard.edu>2018-10-22 16:55:47 (GMT)
committerWilliam Joye <wjoye@cfa.harvard.edu>2018-10-22 16:55:47 (GMT)
commitb40f0d15ed57ae60599c008845f86c0a66c7db74 (patch)
tree7e23f3c27276512f165c2351b52aec45e37d285e /tksao/frame/frame.C
parentd19f1db263918c8b7d2379b53c3242976fee3ae4 (diff)
downloadblt-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.C2
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()