mirror of
https://github.com/Ardour/ardour.git
synced 2025-12-16 03:36:32 +01:00
Change/improve enum as IN and OUT are defined via windows.h
This commit is contained in:
parent
029c530203
commit
32f4d7787e
2 changed files with 7 additions and 7 deletions
|
|
@ -46,8 +46,8 @@ public:
|
|||
private:
|
||||
/* see PortMatrix: signal flow from 0 to 1 (out to in) */
|
||||
enum {
|
||||
OUT = 0,
|
||||
IN = 1,
|
||||
FLOW_OUT = 0,
|
||||
FLOW_IN = 1,
|
||||
};
|
||||
};
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue