diff options
Diffstat (limited to 'src/ProjectionLSQ.H')
-rw-r--r-- | src/ProjectionLSQ.H | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/ProjectionLSQ.H b/src/ProjectionLSQ.H index 13e2c8f..626c513 100644 --- a/src/ProjectionLSQ.H +++ b/src/ProjectionLSQ.H @@ -26,7 +26,7 @@ class ProjectionLSQ { CYLINDRICAL = 1 } Projection_t; - ProjectionLSQ(); + ProjectionLSQ() {}; virtual ~ProjectionLSQ() {}; void get_coordinates(double a_view, double a_nick, |