/[svn]/gigedit/trunk/src/gigedit/regionchooser.h
ViewVC logotype

Diff of /gigedit/trunk/src/gigedit/regionchooser.h

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 2840 by schoenebeck, Tue Jan 6 18:11:27 2015 UTC revision 2841 by persson, Sun Aug 30 10:00:49 2015 UTC
# Line 47  public: Line 47  public:
47      void update(gig::Instrument* instrument);      void update(gig::Instrument* instrument);
48      gig::Region* first();      gig::Region* first();
49      gig::Region* next();      gig::Region* next();
50      bool operator() (gig::Region* x, gig::Region* y) {      bool operator() (gig::Region* x, gig::Region* y) const {
51          return x->KeyRange.low < y->KeyRange.low;          return x->KeyRange.low < y->KeyRange.low;
52      }      }
53  };  };

Legend:
Removed from v.2840  
changed lines
  Added in v.2841

  ViewVC Help
Powered by ViewVC