summaryrefslogtreecommitdiff
path: root/libs/ardour/ardour/location_importer.h
diff options
context:
space:
mode:
Diffstat (limited to 'libs/ardour/ardour/location_importer.h')
-rw-r--r--libs/ardour/ardour/location_importer.h8
1 files changed, 5 insertions, 3 deletions
diff --git a/libs/ardour/ardour/location_importer.h b/libs/ardour/ardour/location_importer.h
index 7066151383..589bc2e94e 100644
--- a/libs/ardour/ardour/location_importer.h
+++ b/libs/ardour/ardour/location_importer.h
@@ -46,9 +46,11 @@ class LocationImporter : public ElementImporter
~LocationImporter ();
string get_info () const;
- bool prepare_move ();
- void cancel_move ();
- void move ();
+
+ protected:
+ bool _prepare_move ();
+ void _cancel_move ();
+ void _move ();
private:
LocationImportHandler & handler;