Make sure that the DSPLoadCalculator class is exportable
This commit is contained in:
parent
d2e083397c
commit
1a6c08dcfc
@ -25,9 +25,11 @@
|
||||
|
||||
#include <pbd/ringbuffer.h>
|
||||
|
||||
#include "ardour/libardour_visibility.h"
|
||||
|
||||
namespace ARDOUR {
|
||||
|
||||
class DSPLoadCalculator {
|
||||
class LIBARDOUR_API DSPLoadCalculator {
|
||||
public:
|
||||
DSPLoadCalculator()
|
||||
: m_max_time_us(0)
|
||||
|
Loading…
Reference in New Issue
Block a user