~ubuntu-branches/ubuntu/trusty/manaplus/trusty

« back to all changes in this revision

Viewing changes to src/gui/widgets/container.h

  • Committer: Package Import Robot
  • Author(s): Patrick Matthäi
  • Date: 2013-10-07 10:26:14 UTC
  • mfrom: (1.1.11)
  • Revision ID: package-import@ubuntu.com-20131007102614-tg2zjdz8vmtl6n7i
Tags: 1.3.9.29-1
New upstream release.

Show diffs side-by-side

added added

removed removed

Lines of Context:
46
46
    public:
47
47
        explicit Container(const Widget2 *const widget);
48
48
 
49
 
        ~Container();
 
49
        virtual ~Container();
50
50
 
51
51
        bool safeRemove(gcn::Widget *const widget);
52
52
};