X-Git-Url: http://review.tizen.org/git/?a=blobdiff_plain;f=dali-toolkit%2Finternal%2Fcontrols%2Fpopup%2Fpopup-impl.h;h=175705d6e4e9e45c2d53c0038d1c36ba6ed55c6d;hb=e7b15762891519cef36d531c100eb6382fec773c;hp=9c674742a28727ffbce0ead90e71c2d01de91bd4;hpb=7dc926f34a990b06a39dec7bc467803fe0773600;p=platform%2Fcore%2Fuifw%2Fdali-toolkit.git diff --git a/dali-toolkit/internal/controls/popup/popup-impl.h b/dali-toolkit/internal/controls/popup/popup-impl.h index 9c67474..175705d 100755 --- a/dali-toolkit/internal/controls/popup/popup-impl.h +++ b/dali-toolkit/internal/controls/popup/popup-impl.h @@ -25,9 +25,9 @@ // INTERNAL INCLUDES #include -#include +#include #include -#include +#include #include namespace Dali @@ -321,7 +321,7 @@ private: Actor mBottomBg; ///< bottom button bar background. ImageActor is replaced with Actor due to hidden image. Actor mTailImage; ///< Stores the tail image - ActorContainer mButtons; ///< Keeps track of the buttons added to this popup. + std::vector< Actor > mButtons; ///< Keeps track of the buttons added to this popup. Toolkit::Popup::PopupState mState; ///< Popup current state. Animation mAnimation; ///< The animation instance managing state changing. bool mAlterAddedChild; ///< Flag used to control whether children are reparented or not.