13
0

Class 'AudioGrapher::Analyser' needs to be exportable for building with MSVC

This commit is contained in:
John Emmas 2016-02-12 12:28:15 +00:00
parent 48fd05c391
commit 52ebf94c1e

View File

@ -33,7 +33,7 @@
namespace AudioGrapher namespace AudioGrapher
{ {
class /*LIBAUDIOGRAPHER_API*/ Analyser : public ListedSource<float>, public Sink<float> class LIBAUDIOGRAPHER_API Analyser : public ListedSource<float>, public Sink<float>
{ {
public: public:
Analyser (float sample_rate, unsigned int channels, framecnt_t bufsize, framecnt_t n_samples); Analyser (float sample_rate, unsigned int channels, framecnt_t bufsize, framecnt_t n_samples);