~unity-team/unity/trusty-1066971

« back to all changes in this revision

Viewing changes to tests/test-gestures/GesturalWindowSwitcherMock.h

  • Committer: Eleni Maria Stea
  • Date: 2013-11-06 11:21:43 UTC
  • mto: This revision was merged to the branch mainline in revision 3597.
  • Revision ID: elenimaria.stea@canonical.com-20131106112143-zeryl57kwa3oc8gc
added virtual destructors in classes that have virtual methods
to prevent future memory leaks

Show diffs side-by-side

added added

removed removed

Lines of Context:
28
28
{
29
29
  public:
30
30
    GesturalWindowSwitcherMock() {}
 
31
    virtual ~GesturalWindowSwitcherMock() {}
31
32
 
32
33
    virtual nux::GestureDeliveryRequest GestureEvent(const nux::GestureEvent &event)
33
34
    {