mirror of
https://github.com/Ardour/ardour.git
synced 2026-01-05 21:25:46 +01:00
Make sure that the DSPLoadCalculator class is exportable
This commit is contained in:
parent
d2e083397c
commit
1a6c08dcfc
1 changed files with 3 additions and 1 deletions
|
|
@ -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…
Add table
Add a link
Reference in a new issue