summaryrefslogtreecommitdiffstats
path: root/tksao/frame/base.h
diff options
context:
space:
mode:
Diffstat (limited to 'tksao/frame/base.h')
-rw-r--r--tksao/frame/base.h3
1 files changed, 1 insertions, 2 deletions
diff --git a/tksao/frame/base.h b/tksao/frame/base.h
index 400103e..a90ba0a 100644
--- a/tksao/frame/base.h
+++ b/tksao/frame/base.h
@@ -170,7 +170,6 @@ public:
Context* currentContext;
Context* keyContext;
- int keyContextSet;
Coord::Orientation orientation; // current image orientation
Matrix orientationMatrix; // current image orientation matrix
@@ -383,7 +382,7 @@ public:
virtual int isFrame3d() {return 0;}
virtual int isFrameRGB() {return 0;}
- void loadDone(int, LayerType);
+ virtual void loadDone(int, LayerType);
void markerAnalysisHistogram(Marker*, double**, double**, const BBox&, int);
int markerAnalysisPlot2d(Marker*, double**, double**, double**, double**,