use modern construct '= default' for special functions.
[platform/core/uifw/dali-core.git] / dali / integration-api / events / hover-event-integ.cpp
index 4b846a8..53744b1 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright (c) 2014 Samsung Electronics Co., Ltd.
+ * Copyright (c) 2020 Samsung Electronics Co., Ltd.
  *
  * Licensed under the Apache License, Version 2.0 (the "License");
  * you may not use this file except in compliance with the License.
 
 namespace Dali
 {
-
 namespace Integration
 {
-
 HoverEvent::HoverEvent()
-: MultiPointEvent( Hover )
+: MultiPointEvent(Hover)
 {
 }
 
-HoverEvent::HoverEvent( unsigned long time )
-: MultiPointEvent( Hover, time )
+HoverEvent::HoverEvent(uint32_t time)
+: MultiPointEvent(Hover, time)
 {
 }
 
-HoverEvent::~HoverEvent()
-{
-}
+HoverEvent::~HoverEvent() = default;
 
 } // namespace Integration