mirror of
https://github.com/Ardour/ardour.git
synced 2026-01-06 13:45:43 +01:00
Class 'AudioGrapher::Analyser' needs to be exportable for building with MSVC
This commit is contained in:
parent
48fd05c391
commit
52ebf94c1e
1 changed files with 1 additions and 1 deletions
|
|
@ -33,7 +33,7 @@
|
|||
namespace AudioGrapher
|
||||
{
|
||||
|
||||
class /*LIBAUDIOGRAPHER_API*/ Analyser : public ListedSource<float>, public Sink<float>
|
||||
class LIBAUDIOGRAPHER_API Analyser : public ListedSource<float>, public Sink<float>
|
||||
{
|
||||
public:
|
||||
Analyser (float sample_rate, unsigned int channels, framecnt_t bufsize, framecnt_t n_samples);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue