13
0

Make sure that the DSPLoadCalculator class is exportable

This commit is contained in:
John Emmas 2015-09-10 10:24:04 +01:00
parent d2e083397c
commit 1a6c08dcfc

View File

@ -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)