From 8633dd74aa6907dd6bf864170bb601f9af6d5eae Mon Sep 17 00:00:00 2001 From: Johannes Hofmann Date: Wed, 30 Jan 2008 20:31:12 +0100 Subject: -Wall fixes --- src/ProjectionLSQ.H | 1 + 1 file changed, 1 insertion(+) (limited to 'src/ProjectionLSQ.H') 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); -- cgit v1.2.3