mirror of
https://github.com/Ardour/ardour.git
synced 2026-01-07 14:15:46 +01:00
[P4/git history rebuild] unnecessary removal of MSVC related visibility macros. Should be reverted by a future merge with Ardour
This commit is contained in:
parent
101f356e40
commit
4fce2913c2
1 changed files with 0 additions and 4 deletions
|
|
@ -33,11 +33,7 @@ namespace Evoral {
|
|||
* Currently a note is defined as (on event, length, off event).
|
||||
*/
|
||||
template<typename Time>
|
||||
#ifdef COMPILER_MSVC
|
||||
class LIBEVORAL_LOCAL Note {
|
||||
#else
|
||||
class LIBEVORAL_TEMPLATE_API Note {
|
||||
#endif
|
||||
public:
|
||||
Note(uint8_t chan=0, Time time=0, Time len=0, uint8_t note=0, uint8_t vel=0x40);
|
||||
Note(const Note<Time>& copy);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue