mirror of
https://github.com/Ardour/ardour.git
synced 2026-01-06 13:45:43 +01:00
Reduce includes required for Selection
Previously a triggerbox_ui.h change triggered a complete UI rebuild. This follows the concept of other editor_selection lists which use forward declarations.
This commit is contained in:
parent
1661f6479f
commit
96137739a7
9 changed files with 9 additions and 1 deletions
|
|
@ -22,7 +22,7 @@
|
|||
|
||||
#include <list>
|
||||
|
||||
#include "triggerbox_ui.h"
|
||||
class TriggerEntry;
|
||||
|
||||
class TriggerSelection : public std::list<TriggerEntry*>
|
||||
{
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue