summaryrefslogtreecommitdiff
path: root/libs/ardour/automatable.cc
diff options
context:
space:
mode:
Diffstat (limited to 'libs/ardour/automatable.cc')
-rw-r--r--libs/ardour/automatable.cc3
1 files changed, 3 insertions, 0 deletions
diff --git a/libs/ardour/automatable.cc b/libs/ardour/automatable.cc
index 26961f633c..65b83b4b6e 100644
--- a/libs/ardour/automatable.cc
+++ b/libs/ardour/automatable.cc
@@ -48,6 +48,9 @@ using namespace std;
using namespace ARDOUR;
using namespace PBD;
+/* used for templates (previously: !full_state) */
+bool Automatable::skip_saving_automation = false;
+
const string Automatable::xml_node_name = X_("Automation");
Automatable::Automatable(Session& session)