~unity-team/unity/trunk

« back to all changes in this revision

Viewing changes to tests/test_tabiterator.cpp

Expose Remove to the Preview and children.

Show diffs side-by-side

added added

removed removed

Lines of Context:
41
41
class MockedTabIterator : public TabIterator
42
42
{
43
43
public:
44
 
  using TabIterator::Remove;
45
44
  using TabIterator::areas_;
46
45
};
47
46