From 7da3cb30b108447404f7fe088156638d0bf3f1ca Mon Sep 17 00:00:00 2001 From: "adam.b" Date: Thu, 4 Aug 2016 14:45:04 +0100 Subject: [PATCH] Batching clean-up Fixed property comment ( missing version number ) Change-Id: I1a29fa8b894f6f5ed55542c9c979a588f603887a --- dali/public-api/actors/actor.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dali/public-api/actors/actor.h b/dali/public-api/actors/actor.h index fda367b..78f19d7 100644 --- a/dali/public-api/actors/actor.h +++ b/dali/public-api/actors/actor.h @@ -308,7 +308,7 @@ public: MINIMUM_SIZE, ///< name "minimumSize", type Vector2 @SINCE_1_0.0 MAXIMUM_SIZE, ///< name "maximumSize", type Vector2 @SINCE_1_0.0 INHERIT_POSITION, ///< name "inheritPosition", type bool @SINCE_1_1.24 - BATCH_PARENT, ///< name "batchParent", type bool + BATCH_PARENT, ///< name "batchParent", type bool @SINCE_1_1.46 }; }; -- 2.7.4