summaryrefslogtreecommitdiff
path: root/src/ProjectionLSQ.H
diff options
context:
space:
mode:
authorJohannes Hofmann <Johannes.Hofmann@gmx.de>2008-01-30 20:31:12 +0100
committerJohannes Hofmann <Johannes.Hofmann@gmx.de>2008-01-30 20:31:12 +0100
commit8633dd74aa6907dd6bf864170bb601f9af6d5eae (patch)
tree20588c9313ae94d0d6dfa96c8a7186476784bbc7 /src/ProjectionLSQ.H
parent1c1ab90618ece5e20964edbce01a017b26a21548 (diff)
-Wall fixes
Diffstat (limited to 'src/ProjectionLSQ.H')
-rw-r--r--src/ProjectionLSQ.H1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/ProjectionLSQ.H b/src/ProjectionLSQ.H
index 273585f..44cc91d 100644
--- a/src/ProjectionLSQ.H
+++ b/src/ProjectionLSQ.H
@@ -26,6 +26,7 @@ class ProjectionLSQ {
} Projection_t;
ProjectionLSQ();
+ virtual ~ProjectionLSQ() {};
void get_coordinates(double a_view, double a_nick,
const ViewParams *parms, double *x, double *y);