summaryrefslogtreecommitdiff
path: root/gtk2_ardour/gui_object.h
diff options
context:
space:
mode:
Diffstat (limited to 'gtk2_ardour/gui_object.h')
-rw-r--r--gtk2_ardour/gui_object.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/gtk2_ardour/gui_object.h b/gtk2_ardour/gui_object.h
index 2a9fb00532..0efa330a11 100644
--- a/gtk2_ardour/gui_object.h
+++ b/gtk2_ardour/gui_object.h
@@ -50,6 +50,7 @@ public:
XMLNode* child = get_or_add_node (id);
child->set_property (prop_name.c_str(), val);
}
+ void remove_property (const std::string & id, const std:: string & prop_name);
/** Remove node with provided id.
* @param id property of Object node to look for.