Moved actor recursion methods to actor-parent-impl
[platform/core/uifw/dali-core.git] / dali / public-api / object / property-input.h
index 84a752b..507bb9c 100644 (file)
@@ -2,7 +2,7 @@
 #define DALI_PROPERTY_INPUT_H
 
 /*
- * Copyright (c) 2019 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.
@@ -42,7 +42,6 @@ class Quaternion;
 class DALI_CORE_API PropertyInput
 {
 public:
-
   class Extension; ///< Forward declare future extension interface
 
   /**
@@ -148,7 +147,7 @@ public:
    */
   virtual Extension* GetExtension()
   {
-    return NULL;
+    return nullptr;
   }
 };