~unity-team/nux/nux.remove-deprecated

« back to all changes in this revision

Viewing changes to Nux/MenuPage.h

  • Committer: Tarmac
  • Author(s): Jay Taoko, Michi Henning
  • Date: 2012-10-11 18:57:49 UTC
  • mfrom: (686.3.4 nux.nstring-removal)
  • Revision ID: tarmac-20121011185749-v8y4evu36vue3rfx
* Removal of nux::NString in favor of std::string.
* The branch has a lot of changes due to the enablement of -Werror. All the warnings have been fixed.
* -Werror is disabled when building with --enable-debug.

[Test] The changes are covered by existing tests.. Fixes: https://bugs.launchpad.net/bugs/1065293. Approved by Jay Taoko.

Show diffs side-by-side

added added

removed removed

Lines of Context:
272
272
    VLayout* _vlayout;
273
273
    bool m_NextMouseUpMeanStop;
274
274
    MenuItem *m_SubMenuAction;
275
 
    NString m_Name;
 
275
    std::string m_Name;
276
276
 
277
277
    bool m_Action_Triggered;
278
278
    MenuPage *m_Parent;