diff options
Diffstat (limited to 'tksao/frame/ruler.h')
-rw-r--r-- | tksao/frame/ruler.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/tksao/frame/ruler.h b/tksao/frame/ruler.h index 849d5fc..3068c13 100644 --- a/tksao/frame/ruler.h +++ b/tksao/frame/ruler.h @@ -12,9 +12,10 @@ private: Vector p3; Coord::CoordSystem coordSystem; Coord::SkyFrame skyFrame; + double dist; Coord::CoordSystem distSystem; Coord::DistFormat distDist; - double dist; + char distSpec[32]; private: void renderX(Drawable, Coord::InternalSystem, RenderMode); |