mirror of
https://github.com/Ardour/ardour.git
synced 2025-12-06 23:05:04 +01:00
Constification: make Stateful::get_state() const, with all other required const-ness added (libs)
This commit is contained in:
parent
9e69c0d184
commit
7bf89ce109
233 changed files with 476 additions and 460 deletions
|
|
@ -32,7 +32,7 @@ using namespace std;
|
|||
using namespace PBD;
|
||||
|
||||
void
|
||||
ConfigVariableBase::add_to_node (XMLNode& node)
|
||||
ConfigVariableBase::add_to_node (XMLNode& node) const
|
||||
{
|
||||
const std::string v = get_as_string ();
|
||||
DEBUG_TRACE (DEBUG::Configuration, string_compose ("Config variable %1 stored as [%2]\n", _name, v));
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue