use modern construct 'override' in the derive class.
[platform/core/uifw/dali-core.git] / dali / internal / event / common / property-conditions-impl.h
index 2a40d61..71c49fa 100644 (file)
@@ -1,8 +1,8 @@
-#ifndef __DALI_INTERNAL_PROPERTY_CONDITIONS_H__
-#define __DALI_INTERNAL_PROPERTY_CONDITIONS_H__
+#ifndef DALI_INTERNAL_PROPERTY_CONDITIONS_H
+#define DALI_INTERNAL_PROPERTY_CONDITIONS_H
 
 /*
- * Copyright (c) 2015 Samsung Electronics Co., Ltd.
+ * Copyright (c) 2019 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.
@@ -62,7 +62,7 @@ public:
   /**
    * Virtual destructor
    */
-  virtual ~PropertyCondition();
+  ~PropertyCondition() override;
 
 private:
 
@@ -103,4 +103,4 @@ inline const Internal::PropertyCondition& GetImplementation(const Dali::Property
 
 } // namespace Dali
 
-#endif // __DALI_INTERNAL_PROPERTY_CONDITIONS_H__
+#endif // DALI_INTERNAL_PROPERTY_CONDITIONS_H