summaryrefslogtreecommitdiff
path: root/libs/pbd/pbd/stateful.h
diff options
context:
space:
mode:
Diffstat (limited to 'libs/pbd/pbd/stateful.h')
-rw-r--r--libs/pbd/pbd/stateful.h4
1 files changed, 3 insertions, 1 deletions
diff --git a/libs/pbd/pbd/stateful.h b/libs/pbd/pbd/stateful.h
index 0207cfcf0c..fe2df93147 100644
--- a/libs/pbd/pbd/stateful.h
+++ b/libs/pbd/pbd/stateful.h
@@ -131,9 +131,11 @@ class LIBPBD_API Stateful {
*/
virtual void mid_thaw (const PropertyChange&) { }
+ bool regenerate_xml_or_string_ids () const;
+
private:
friend struct ForceIDRegeneration;
- static Glib::Threads::Private<bool> regenerate_xml_or_string_ids;
+ static Glib::Threads::Private<bool> _regenerate_xml_or_string_ids;
PBD::ID _id;
gint _stateful_frozen;