summaryrefslogtreecommitdiff
path: root/libs/ardour/ardour/element_importer.h
diff options
context:
space:
mode:
Diffstat (limited to 'libs/ardour/ardour/element_importer.h')
-rw-r--r--libs/ardour/ardour/element_importer.h6
1 files changed, 4 insertions, 2 deletions
diff --git a/libs/ardour/ardour/element_importer.h b/libs/ardour/ardour/element_importer.h
index 0a2d5d3fb3..04f46f7a03 100644
--- a/libs/ardour/ardour/element_importer.h
+++ b/libs/ardour/ardour/element_importer.h
@@ -27,14 +27,13 @@
#include <sigc++/signal.h>
#include "ardour/types.h"
+#include "ardour/session.h"
using std::string;
class XMLTree;
namespace ARDOUR {
-class Session;
-
/// Virtual interface class for element importers
class ElementImporter
{
@@ -53,6 +52,9 @@ class ElementImporter
*/
virtual string get_info () const = 0;
+ /** Gets import status, if applicable. */
+ virtual Session::ImportStatus * get_import_status () { return 0; }
+
/** Prepares to move element
*
* @return whther or not the element could be prepared for moving