diff options
author | William Joye <wjoye@cfa.harvard.edu> | 2018-10-25 17:12:34 (GMT) |
---|---|---|
committer | William Joye <wjoye@cfa.harvard.edu> | 2018-10-25 17:12:34 (GMT) |
commit | 2e35c65a9a47731269c39522a6e53af9181bcbdd (patch) | |
tree | 5df6b751a7726523acdaa9a63d7825a30ef65669 /tksao/frame/base.h | |
parent | 77af4f024cb98809d0c6541b4f9588c427f7e0e8 (diff) | |
download | blt-2e35c65a9a47731269c39522a6e53af9181bcbdd.zip blt-2e35c65a9a47731269c39522a6e53af9181bcbdd.tar.gz blt-2e35c65a9a47731269c39522a6e53af9181bcbdd.tar.bz2 |
new mask
Diffstat (limited to 'tksao/frame/base.h')
-rw-r--r-- | tksao/frame/base.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tksao/frame/base.h b/tksao/frame/base.h index 0450ffc..17f9cea 100644 --- a/tksao/frame/base.h +++ b/tksao/frame/base.h @@ -379,7 +379,7 @@ public: virtual int isFrameRGB() {return 0;} virtual void loadDone(int, LayerType); - void loadDone(int); + virtual void loadDone(int); void markerAnalysisHistogram(Marker*, double**, double**, const BBox&, int); int markerAnalysisPlot2d(Marker*, double**, double**, double**, double**, |