X-Git-Url: https://main.carlh.net/gitweb/?a=blobdiff_plain;f=libs%2Fardour%2Fardour%2Ftempo_map_importer.h;h=28a65218c708185dad29673f5c78daf663a06235;hb=8a128b33d38172ae525ac798c53bc105bc4e2c64;hp=beacbc1e014e8643eabcb50e3d479910a7f5937d;hpb=3b89d9eaa03406a5e03648f47734211f09b89d62;p=ardour.git diff --git a/libs/ardour/ardour/tempo_map_importer.h b/libs/ardour/ardour/tempo_map_importer.h index beacbc1e01..28a65218c7 100644 --- a/libs/ardour/ardour/tempo_map_importer.h +++ b/libs/ardour/ardour/tempo_map_importer.h @@ -27,19 +27,19 @@ #include "ardour/element_importer.h" #include "ardour/element_import_handler.h" -#include "ardour/tempo.h" -#include "ardour/types.h" namespace ARDOUR { -class TempoMapImportHandler : public ElementImportHandler +class Session; + +class LIBARDOUR_API TempoMapImportHandler : public ElementImportHandler { public: TempoMapImportHandler (XMLTree const & source, Session & session); std::string get_info () const; }; -class TempoMapImporter : public ElementImporter +class LIBARDOUR_API TempoMapImporter : public ElementImporter { private: typedef boost::shared_ptr XMLNodePtr;