diff options
Diffstat (limited to 'tksao/frame/contour.h')
-rw-r--r-- | tksao/frame/contour.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/tksao/frame/contour.h b/tksao/frame/contour.h index af06dae..d01fe0b 100644 --- a/tksao/frame/contour.h +++ b/tksao/frame/contour.h @@ -35,6 +35,7 @@ class ContourLevel { public: ContourLevel(Base*, double, const char*, int, int, int*); + ContourLevel(Base*, double, const char*, unsigned long, int, int, int*); virtual ~ContourLevel(); List<Contour>& lcontour() {return lcontour_;} |