summaryrefslogtreecommitdiff
path: root/libs/ardour/ardour/element_importer.h
diff options
context:
space:
mode:
authorSakari Bergen <sakari.bergen@beatwaves.net>2009-05-02 20:26:11 +0000
committerSakari Bergen <sakari.bergen@beatwaves.net>2009-05-02 20:26:11 +0000
commit7e48118bf16702dc174875510b935f37290d56a7 (patch)
tree177e5c3e772a399eac11129ac4c16e42ed120427 /libs/ardour/ardour/element_importer.h
parentc7733b443ac6174f3dc795a4c89f4c2c59d1d90e (diff)
* Fix tooltips in the session import dialog
* Fix arval to run from all directories git-svn-id: svn://localhost/ardour2/branches/3.0@5028 d708f5d6-7413-0410-9779-e7cbd77b26cf
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