Added Property::Key type to properly represent keys in maps
[platform/core/uifw/dali-core.git] / dali / public-api / object / property.h
index b280269..00c45c9 100644 (file)
@@ -59,6 +59,11 @@ struct DALI_IMPORT_API Property
   class Value;
 
   /**
+   * @brief A Key used by Map
+   */
+  struct Key;
+
+  /**
    * @brief A Map of property values.
    */
   class Map;