Merge "use modern construct '= default' for special functions." into devel/master
[platform/core/uifw/dali-core.git] / dali / devel-api / events / touch-point.cpp
index eba10cb..07f90d0 100644 (file)
@@ -36,8 +36,6 @@ TouchPoint::TouchPoint(int32_t id, PointState::Type state, float screenX, float
 {
 }
 
-TouchPoint::~TouchPoint()
-{
-}
+TouchPoint::~TouchPoint() = default;
 
 } // namespace Dali