mirror of
https://github.com/Ardour/ardour.git
synced 2025-12-06 23:05:04 +01:00
Fix class/struct mismatch (can cause with Windows builds)
This commit is contained in:
parent
ba4d9709c6
commit
a76d4b4c82
1 changed files with 1 additions and 1 deletions
|
|
@ -567,7 +567,7 @@ class EditingContext : public ARDOUR::SessionHandlePtr, public AxisViewProvider
|
|||
|
||||
QuantizeDialog* quantize_dialog;
|
||||
|
||||
friend class TempoMapScope;
|
||||
friend struct TempoMapScope;
|
||||
virtual std::shared_ptr<Temporal::TempoMap const> start_local_tempo_map (std::shared_ptr<Temporal::TempoMap>);
|
||||
virtual void end_local_tempo_map (std::shared_ptr<Temporal::TempoMap const>) { /* no-op by default */ }
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue