X-Git-Url: http://review.tizen.org/git/?p=platform%2Fcore%2Fuifw%2Fdali-toolkit.git;a=blobdiff_plain;f=base%2Fdali-toolkit%2Finternal%2Fcontrols%2Fbuttons%2Fpush-button-impl.h;h=d27927ae86241021d5d9bb307bf59f3bcc93f04e;hp=873b3e7c8e20ac447aebf4790ca8bfa7e39c7273;hb=7957e6e4dd4c6f97a7296d3125c7410a4b6bc5d7;hpb=65d4d378d08c6225ebf1e5bc024f8ef1adbb5dc2 diff --git a/base/dali-toolkit/internal/controls/buttons/push-button-impl.h b/base/dali-toolkit/internal/controls/buttons/push-button-impl.h index 873b3e7..d27927a 100644 --- a/base/dali-toolkit/internal/controls/buttons/push-button-impl.h +++ b/base/dali-toolkit/internal/controls/buttons/push-button-impl.h @@ -351,7 +351,7 @@ public: * @param[in] attributes The attributes with which to perfrom this action. * @return true if action has been accepted by this control */ - static bool DoAction(BaseObject* object, const std::string& actionName, const std::vector& attributes); + static bool DoAction(BaseObject* object, const std::string& actionName, const PropertyValueContainer& attributes); /** * Construct a new PushButton.