Merge "Changed 'virtual' function override declarations to 'override' in automated...
[platform/core/uifw/dali-adaptor.git] / dali / internal / clipboard / common / clipboard-impl.h
index 2713244..b4371ae 100644 (file)
@@ -1,8 +1,8 @@
-#ifndef __DALI_INTERNAL_CLIPBOARD_H__
-#define __DALI_INTERNAL_CLIPBOARD_H__
+#ifndef DALI_INTERNAL_CLIPBOARD_H
+#define DALI_INTERNAL_CLIPBOARD_H
 
 /*
- * Copyright (c) 2014 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.
@@ -58,7 +58,7 @@ public:
   /**
    * Destructor
    */
-  virtual ~Clipboard();
+  ~Clipboard() override;
 
   /**
    * @copydoc Dali::Clipboard::SetItem()
@@ -133,4 +133,4 @@ inline static const  Internal::Adaptor::Clipboard& GetImplementation(const Dali:
 
 } // namespace Dali
 
-#endif // __DALI_INTERNAL_CLIPBOARD_H__
+#endif // DALI_INTERNAL_CLIPBOARD_H