~ubuntu-branches/ubuntu/wily/unity/wily

« back to all changes in this revision

Viewing changes to tests/test_lensview_impl.cpp

  • Committer: Andrea Azzarone
  • Date: 2012-03-09 22:01:03 UTC
  • mto: (55.1580.12 unity)
  • mto: This revision was merged to the branch mainline in revision 671.
  • Revision ID: azzaronea@gmail.com-20120309220103-493n0167f5m84nbq
Fix.

Show diffs side-by-side

added added

removed removed

Lines of Context:
45
45
  {
46
46
    for (int i=0; i<NUM_GROUPS; ++i)
47
47
      delete groups_vector[i];
48
 
    groups_vector.clear();
49
48
  }
50
49
 
51
50
  std::list<dash::AbstractPlacesGroup*> GetList()
55
54
    return ret;
56
55
  }
57
56
 
58
 
  void Clear()
59
 
  {
60
 
}
61
 
 
62
57
  std::vector<dash::AbstractPlacesGroup*> groups_vector;
63
58
};
64
59