mirror of
https://github.com/cookiengineer/audacity
synced 2025-12-04 15:50:10 +01:00
Added AUDACITY_DLL_API and similar to export more of our classes. This is a tiny adaptation of a patch by Stephen Parry for enabling his Eutychus plug-in. See audacity-devel thread 'Second Exports Patch' of Jan 11th 2014.
This commit is contained in:
@@ -14,7 +14,7 @@
|
||||
|
||||
#include "XMLTagHandler.h"
|
||||
|
||||
class XMLFileReader {
|
||||
class AUDACITY_DLL_API XMLFileReader {
|
||||
public:
|
||||
XMLFileReader();
|
||||
virtual ~XMLFileReader();
|
||||
|
||||
Reference in New Issue
Block a user