Merge "Clean up the code to build successfully on macOS" into devel/master
[platform/core/uifw/dali-core.git] / dali / internal / event / render-tasks / render-task-defaults.h
index 392f870..5d0d419 100644 (file)
@@ -1,8 +1,8 @@
-#ifndef __DALI_INTERNAL_RENDER_TASK_DEFAULTS_H__
-#define __DALI_INTERNAL_RENDER_TASK_DEFAULTS_H__
+#ifndef DALI_INTERNAL_RENDER_TASK_DEFAULTS_H
+#define DALI_INTERNAL_RENDER_TASK_DEFAULTS_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.
@@ -51,11 +51,11 @@ protected:
   /**
    * Virtual destructor
    */
-  virtual ~RenderTaskDefaults(){}
+  virtual ~RenderTaskDefaults() = default;
 };
 
 } // namespace Internal
 
 } // namespace Dali
 
-#endif //__DALI_INTERNAL_RENDER_TASK_DEFAULTS_H__
+#endif // DALI_INTERNAL_RENDER_TASK_DEFAULTS_H