X-Git-Url: https://main.carlh.net/gitweb/?a=blobdiff_plain;f=libs%2Fardour%2Fardour%2Ftempo_map_importer.h;h=28a65218c708185dad29673f5c78daf663a06235;hb=c8c6bca6587450ff64303dbc994a4cd28d6ce7aa;hp=40ad1269003577f17c58f7fe9a4195da8903b830;hpb=38382b792113cbf23881c1dca64e16c2d0207d45;p=ardour.git diff --git a/libs/ardour/ardour/tempo_map_importer.h b/libs/ardour/ardour/tempo_map_importer.h index 40ad126900..28a65218c7 100644 --- a/libs/ardour/ardour/tempo_map_importer.h +++ b/libs/ardour/ardour/tempo_map_importer.h @@ -23,30 +23,30 @@ #include -#include +#include "pbd/xml++.h" -#include -#include -#include -#include +#include "ardour/element_importer.h" +#include "ardour/element_import_handler.h" namespace ARDOUR { -class TempoMapImportHandler : public ElementImportHandler +class Session; + +class LIBARDOUR_API TempoMapImportHandler : public ElementImportHandler { public: TempoMapImportHandler (XMLTree const & source, Session & session); - string get_info () const; + std::string get_info () const; }; -class TempoMapImporter : public ElementImporter +class LIBARDOUR_API TempoMapImporter : public ElementImporter { private: typedef boost::shared_ptr XMLNodePtr; public: TempoMapImporter (XMLTree const & source, Session & session, XMLNode const & node); - virtual string get_info () const; + virtual std::string get_info () const; protected: bool _prepare_move ();