mirror of
https://github.com/Ardour/ardour.git
synced 2026-01-05 05:05:43 +01:00
Fix set_loop() return value (amend 00a4ad)
This commit is contained in:
parent
8cf323c15d
commit
79b1275b7c
2 changed files with 2 additions and 2 deletions
|
|
@ -153,7 +153,7 @@ public:
|
|||
virtual void realtime_locate () {}
|
||||
virtual void non_realtime_locate (samplepos_t);
|
||||
virtual void set_pending_declick (int);
|
||||
int set_loop (ARDOUR::Location *);
|
||||
void set_loop (ARDOUR::Location *);
|
||||
|
||||
/* end of vfunc-based API */
|
||||
|
||||
|
|
|
|||
|
|
@ -5882,7 +5882,7 @@ Route::set_disk_io_point (DiskIOPoint diop)
|
|||
processors_changed (RouteProcessorChange ()); /* EMIT SIGNAL */
|
||||
}
|
||||
|
||||
int
|
||||
void
|
||||
Route::set_loop (Location* l)
|
||||
{
|
||||
_loop_location = l;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue