mirror of
https://github.com/Ardour/ardour.git
synced 2025-12-08 15:54:57 +01:00
Region::set_length_internal() does not need to be virtual
This commit is contained in:
parent
80ffdb22c8
commit
03458c6655
1 changed files with 1 additions and 1 deletions
|
|
@ -569,7 +569,7 @@ protected:
|
||||||
virtual void send_change (const PBD::PropertyChange&);
|
virtual void send_change (const PBD::PropertyChange&);
|
||||||
virtual int _set_state (const XMLNode&, int version, PBD::PropertyChange& what_changed, bool send_signal);
|
virtual int _set_state (const XMLNode&, int version, PBD::PropertyChange& what_changed, bool send_signal);
|
||||||
virtual void set_position_internal (timepos_t const & pos);
|
virtual void set_position_internal (timepos_t const & pos);
|
||||||
virtual void set_length_internal (timecnt_t const &);
|
void set_length_internal (timecnt_t const &);
|
||||||
virtual void set_start_internal (timepos_t const &);
|
virtual void set_start_internal (timepos_t const &);
|
||||||
bool verify_start_and_length (timepos_t const &, timecnt_t&);
|
bool verify_start_and_length (timepos_t const &, timecnt_t&);
|
||||||
void first_edit ();
|
void first_edit ();
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue