[dali_1.2.10] Merge branch 'devel/master'
[platform/core/uifw/dali-core.git] / dali / public-api / object / handle.cpp
index ea5ddd9..aa6147d 100644 (file)
@@ -95,6 +95,11 @@ Property::Index Handle::GetPropertyIndex( Property::Index key ) const
   return GetImplementation(*this).GetPropertyIndex( key );
 }
 
+Property::Index Handle::GetPropertyIndex( Property::Key key ) const
+{
+  return GetImplementation(*this).GetPropertyIndex( key );
+}
+
 bool Handle::IsPropertyWritable( Property::Index index ) const
 {
   return GetImplementation(*this).IsPropertyWritable( index );