mirror of
https://github.com/Ardour/ardour.git
synced 2026-01-10 15:36:24 +01:00
turn MarkerSelection into a class (bindings)
This commit is contained in:
parent
2b4dc843ad
commit
8d112f018c
1 changed files with 3 additions and 2 deletions
|
|
@ -24,9 +24,10 @@
|
|||
|
||||
#include "marker.h"
|
||||
|
||||
struct MarkerSelection : public std::list<ArdourMarker*>
|
||||
class MarkerSelection : public std::list<ArdourMarker*>
|
||||
{
|
||||
void range (ARDOUR::framepos_t& start, ARDOUR::framepos_t& end);
|
||||
public:
|
||||
void range (ARDOUR::framepos_t& start, ARDOUR::framepos_t& end);
|
||||
};
|
||||
|
||||
#endif /* __ardour_gtk_marker_selection_h__ */
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue