X-Git-Url: https://main.carlh.net/gitweb/?a=blobdiff_plain;f=libs%2Fardour%2Fardour%2Ftempo_map_importer.h;h=57c7402781ac425120b5873007ee1e7a8fa29a3b;hb=7218bd91de3b69032e515617449702f368db59d2;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..57c7402781 100644 --- a/libs/ardour/ardour/tempo_map_importer.h +++ b/libs/ardour/ardour/tempo_map_importer.h @@ -23,20 +23,20 @@ #include -#include +#include "pbd/xml++.h" -#include -#include -#include -#include +#include "ardour/element_importer.h" +#include "ardour/element_import_handler.h" namespace ARDOUR { +class Session; + class TempoMapImportHandler : public ElementImportHandler { public: TempoMapImportHandler (XMLTree const & source, Session & session); - string get_info () const; + std::string get_info () const; }; class TempoMapImporter : public ElementImporter @@ -46,7 +46,7 @@ class TempoMapImporter : public ElementImporter 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 ();