diff --git a/GeoLib/GeoObject.h b/GeoLib/GeoObject.h
index 61a19a81349b309dd90d454e970f9fe5fa627912..0effd406abb67ebdf5d04a9be8d6b6254348fc08 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;
 };