From befe8296b6d8330fda609010ab9aa016beefe5d5 Mon Sep 17 00:00:00 2001
From: Thomas Fischer <thomas.fischer@ufz.de>
Date: Wed, 21 Jan 2015 07:51:11 +0100
Subject: [PATCH] [GL] Remove code the compiler will generate.

---
 GeoLib/GeoObject.h | 4 +---
 1 file changed, 1 insertion(+), 3 deletions(-)

diff --git a/GeoLib/GeoObject.h b/GeoLib/GeoObject.h
index 61a19a81349..0effd406abb 100644
--- a/GeoLib/GeoObject.h
+++ b/GeoLib/GeoObject.h
@@ -23,9 +23,7 @@ namespace GeoLib
 class GeoObject
 {
 public:
-	GeoObject() {}
-	virtual ~GeoObject() {}
-
+	virtual ~GeoObject() = default;
 	/// return a geometry type
 	virtual GEOTYPE getGeoType() const = 0;
 };
-- 
GitLab